Hi all.
So I finally have my flow up and working. A button in Power Apps initiates the flow, sending "DataCardValue1(2,3,4,etc).Text" to the flow, which is used by the "ask in powerapps" commands.
In the flow, I have a "populate word template" step, in which the flow identifies the following need :
Input 1
Input 2
Input 3
Etc....
In Power Apps, I have the linked the datacardvalue.Text to the appropriate input.
Xxxxx.Run(DataCardValue1.Text, etc)
This works exactly as needed, the problem arises when one of the datacardvalues has no input text within the PowerApps form.
If any of the fields is empty, the PowerApps button to initiate the flow crashes. It expects input for every datacardvalue.Text in the Run function, and if one is blank it just crashes.
Is there any way to work around this, so that a blank field will be accepted?


Report
All responses (
Answers (