Sep 11, 2023 03:03 PM
Hello, I generated a button to send whatsapp to customers, my question is if it is possible that once I have "pressed this button" I can update another field to indicate that the message has been sent.
Thank you!!!
Sep 12, 2023 05:43 AM
How are you running the automation with Whatsapp? If it's an Airtable script within an automation, you can use output.set() and then use that to update the field in the next block in your automation.
Sep 12, 2023 11:08 AM
Hi, nay thanks!! this is the way I'm doing it