Salesforce Fact #820 | Auto populate date in repeater component in screen flow
Suppose we have a use case in screen flow where we need to autopopulate some date input based on the user choice in all the instances of the repeater component.
So, we can have a checkbox 'apply to all' along with a date type input. Once the checkbox is selected, the input date will get populated automatically in repeater instances. Thanks to the screen reactivity support of Repeater(Beta) which avoids manually changing the date in each of the repeater instances.
Attached are the screenshots.
Comments
Post a Comment