I am trying to automatize (is that how you say that?) a process with bots or hidden actions, but I just cannot make some of them work. For instance, this is one of the actions, made to add rows to another table:
But the rows are not added as requiered by the action. If I click on the second “execute” then the action is triggered. Why is the bot not doing the job?
[quote=“Steve”]
Are you testing by updating existing rows?
[/quote]>
Oops, since the row is created when the bot does NOT run, I most definitely test it after the row is created. How can I configure a bot to run with new rows?
The bot is suppose to run when a row is edited and Agregar? is true, or when a new row is created with Agregar? being true.
Good! Next, try changing [_THISROW].[AGREGAR?] = true to just [AGREGAR?]. Dereferencing _THISROW is both unneeded here and can cause problems. The comparison to true is redundant and so should be avoided.