Hello there,
I've got a Set conditional function (as per below) that seems to work well when I'm doing an Add a Record in my Xano table.
The GET (SentToContact) is from an API call response.
Now there are actually three values that this field could be. They are Not Sent, Scheduled, and Sent.
Now my question is around me wanting to use the Add/Edit Record function on my Xano table.
Let's say I set it up, and for examples sake as the workflow goes through it's steps, it finds a matching record in my current Xano table.
How can I set a conditional that if Xano does find a match in my table, I can check what the current value of sendStatus is, and if value = Scheduled, do nothing, but if value is anything other than Scheduled, it applies the exact conditional filter as per the screenshot above?
Thanks,
Bryan