I want to be able to enter a null value into an Airtable base using its API. There doesnt seem to be a way to set a variable to null directly in PAD ( I want to modify an existing PAD flow to use Power Fx)
I start (in a test flow with Power Fx enabled) by doing a set Variable varA=Blank() as a default. This works
if i then do a normal PAD set variable %varA% to 2, for example.
I get a syntax error when I enter %varA%. It seems that powerFx and PAD variables can't have the same name. Hope I'm being clear
It seems as if using PowerFx with existing PAD flows is not straightforward.
