I am trying to build a flow to run an SQL StoredProcedure that will accept NULL value parameters.
Unfortunately, PowerApps won't.
When I try to test the flow, it tells me these fields require a value.
Wrong! They don't.
Putting values in them will, in this case, give me the wrong results.
How can I specify that these fields are optional.
I have specified each parameter with an Initialize Variable action.