Hi everyone,
I hope you are doing well!
I am trying to create an approval workflow for Business Central. here is a brief of my process:
1) Trigger: When a Bank Account is created. 2)Action: Update Record set to block 3) Create Approval: Send for Approval 4) Condition: if approved: 1) get record 2) Update Record: set to unblock.
The process is going well, but after approval, update record is not done, properly. (Unblock is not completed!)
Here is the first Update Record:
Here is the Get Record after Approval:
Here is the Second Update Record which does not work. (I tried with "Blocked" : false. It does not work anyway.).
I guess, in the second Update Record, it cannot get the same record.
Thanks in advance!