Help please It won't let me save a rule

I use this rule for ask question to print a receipt when payment received
It work fine on a different database that i been used for long time since V4
but this on one wont let me save. :worried:

You have to define the command name. It can’t work unless a command name is defined.

Sorry @Jesse I dont get it. Can you please explain ? Thanks

You have command value but no command name. How can it do anything if it doesn’t know what command was executed.

1 Like

There are two main values in execute automation command.
The command name and the command value.

Command name is what triggers the rule, this is the name of the button if your using an automation command button.
Command value is an additional value which can be passed into the rule either from the button or other automation. It then can be used as additional constraint or a value for processing as part of the rule.

THe rule needs the command name to know when its called.

It looks like you need to change command value to command name in your constraint. That looks like the command name to me.

Thank you @Jesse I think got it. I just curious.
This rule can save on my old database without and Automation Command Name

Thanks @JTRTech now it look like this

rule

v4 did work with just command value, it wasnt by design, it shouldn’t have.

It worked but it would cause unintended issues often. It was never meant to work.