
Instant cloud flow to capture information for a new user
If an optional field is left blank the flow fails. Making it mandatory would be the easiest workaround, but i'm going for efficient from an end user perspective.
I understand to add a condition to check if the field is blank, how do I then add a default value to that dynamic variable to use later on in the flow.
cheers for reading
I found what I was looking for here
How to: Pass a Null value as an input while using a Manual Trigger in MS Flow (bythedevs.com)
I replaced the word null, in this syntax
if(empty(triggerBody()),null,triggerBody()['text'])
to the actual text I wanted the variable to be, if the original entry was NULL