I am new to Velo and looking for help with code that I can use for a repeater. The issue is: I have the repeater set up to my data set to create some buttons. What I would like to do is not have some of those buttons show if the field in the data set is blank (essentially be able to show/not shown the buttons depending on if the data set field is blank or has content). Anyone know what the code and syntax I would need to add? Thank you!
Hi Courtney,
See this tutorial about how to display collection items in a repeater via code:
In order to make some items not show up, you need to add code that filters out the items in results.items by checking if the data is blank or not.
Good luck!