Conditional trigger for user input prompts?

Hello, is there a way to set a conditional trigger for user input prompts.

For example if Variable = 1 then prompt with list.

Thank you.

I'm having a little trouble understanding your question.

If you're talking about putting a condition on the actual trigger itself, then no, you can't do that. But you could certainly check the variable at the start of the macro, and "Cancel" the macro if you don't want it to do anything.

Does that help?

You can use a Switch/Case

Also try checking these examples

1 Like