10-09-2024 09:05 AM
Hi,
I am building a functionality to check status of the job. I have passed several conditions in the conditional snap and would like to replace it with certain message, for the given field, if the condition is satisfied or else the field will use the default value.
Following is my solution, but instead of replace the value in the field (load_status) it creating another record with the outcome, so there are two records, original records and another after the condition is check.
I want to find a way to fill/replace the existing load_status field upon condition check.
10-10-2024 08:18 AM
Can you please send/attach here what exactly you are getting as an output from the Conditional Snap?
a month ago
Hi Spiro,
The posted method is working. There was a small bug that was calling duplicates, resulting to multiple ouptut from the conditional snap.