Been using “” forever to indicate no action with a button that uses conditional logic.
Now my formulas are getting “Unable to execute invalid action” when using this.
Is this a bug? A change? If so, what do we use now?
Been using “” forever to indicate no action with a button that uses conditional logic.
Now my formulas are getting “Unable to execute invalid action” when using this.
Is this a bug? A change? If so, what do we use now?
@Johnathan_Mohr Yeah I’m seeing the same thing
Ever button and iteration within side a loop in a button apparently requires an actual action function to be called. You can use the hidden _NoOp()
function in place the ""
to solve the problem. Looks like this:
I hope that’s just a temporary bug because I have a ton of buttons written that way. I did notice it once or twice lately when I was building something, but I think it went away or I worked around it.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.