Calling a snippet

0
Hi friends, In my project,I have 3 radio buttons, where the third radio button must be shown based on a condition. For this, I thought I can use a snippet and according to the condition, I want to show the third radio button. So, her my doubt is, can we call a snippet in the microflow? If yes, how?
asked
1 answers
0

You can't call a snippet from a microflow. You could solve this with conditional visibility on the page. Once a condition is met set a boolean that determines the visibility of a field or a table row , thereby showing the field with the radiobutton

answered