I've made a macro where, as part of it, I want to update the Message Tool so you can specify if you want a message or an error etc.
It works fine for the one word types, but when I try to add any of the values that are more than one word I get the error "Invalid message type when I try to run the macro.
Below you can see the message types that should be available:
My setup in the Drop Down interface tool:
As mentioned, Message, Warning and Error work fine, but anything with more than one word just throws an error (and not the one it's meant to)
I would love if someone could shed some light on this.
Attached you can find the macro and an example workflow.
Solved! Go to Solution.
Hi @LFerg if you add :ErrorStop to Error and Stop Passing Records Through this tool it works. The Dropdown Interface tool has the option for Name:Value and by changing the Message tool within your macro to "Error and Stop Passing Records Through This Tool" in the dropdown I could see the value was ErrorStop in the Action tool that you were using to replace the value with.
Action Tool configuration
Thank you so much Joseph!