I have a repeating group as per the images below. Need to ensure the “Next Step” button only appears once all items in the Repeating Group have been filled in. How would I go about doing this?
Many thanks!
I have a repeating group as per the images below. Need to ensure the “Next Step” button only appears once all items in the Repeating Group have been filled in. How would I go about doing this?
Many thanks!
Hi there, @hemansu.keeka… one way you can do what you described is to keep a running count in a custom state by using the An input’s value is changed workflow event to increment a count by 1 when one of the dropdown’s is changed (and is not empty). Then, make the Next Step button not visible on page load, and add a condition to the button that makes it visible when the custom state’s value is equal to a count of the repeating group’s list of items.
Hope this helps.
Best…
Mike
Thank @mikeloc!
Appreciate the speedy response. This worked for me but changed it to lists instead of increments.
This has solved an issue that was troubling me a lot! Thank you so much!
This topic was automatically closed after 70 days. New replies are no longer allowed.