iPaaS Dynamic Forms, using a swith to make rows disappear/reappear
I'm working on a dynamic form that I have a switch. When I click the switch I want the rows to appear otherwise they stay hidden. What is the best way to do this?
Asked by Jason Rider
on Tue 4/16/24 3:04 PM
Sign In to leave feedback or contribute an answer
Answers (2)
This answer has been marked as the accepted answer
Mark Medaugh
Wed 4/17/24 12:13 PM
Hi Jason,
It looks like a member of the Community provided a great answer to this question - just wanted to circle around and inquire if that did indeed help you with your scenario. If not, glad to help further.
Also, thanks to David for contributing!
Best,
Mark Medaugh
Sr. Technical Consultant
No feedback
David Tod
Tue 4/16/24 3:31 PM
Assuming a constant number of rows, then have an Action that sets the Hidden property of the target component (the rows) to not checked.
If it's a variable number of rows, there is an example Form in the Global Community Library that shows one way this can be done.
1 of 1 users found this helpful.