Hi Folks
I am a newbie to AirTable, so apologies if my question seems very basic.
My automation consists of an action script that calls an API for an external system, and if the API operation is successful, it sets the “Status” and “API_Response” fields in my AirTable to “continue next steps” and “Success” respectively.
Then, a conditional logic block is meant to check if "Success=continue next steps" and "API_Response=Success" and if these conditions are a match, a Create Record and Update Record actions are to be executed.
However, even when the API operation is successful, the conditional logic is not evaluating to true for some reason, when it should. As a result, the Create Record and Update Record actions are not being executed.
I have attached a screenshot showing the automation.
What am I doing wrong?
NOTE -
The code in the action script that updates the Status and API_Response columns is as follows: