Reputation: 1318
How can I set variable as empty string in logic apps?
If I set no value in Value field I get "Error: Failed to save logic app. Definition contains invalid parameters."
If I set quotationmarks in Value field, I get a pair of escaped quotationmarks in output:
Upvotes: 4
Views: 6809
Reputation: 14324
If you want to set the empty value you need go to the Code view
and set the value to " "
(double quotation marks with a blank space) like below picture.
Upvotes: 1