How to Collect Missing Parameters from User Step by Step in a Flow #5257
Unanswered
PavelKonanTM
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question:
I want to create a flow that requires 5 parameters from the user. Sometimes the user provides only 2 parameters at the beginning. In that case, I need the flow to detect which parameters are missing and then ask the user for the missing ones one by one until all 5 are collected.
What is the best approach to structure this logic so the flow can:
Beta Was this translation helpful? Give feedback.
All reactions