Skip to main content

Update field once a button type field is pressed

  • September 11, 2023
  • 2 replies
  • 13 views

Forum|alt.badge.img+6

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!!!

2 replies

Forum|alt.badge.img+5
  • New Participant
  • 1 reply
  • September 12, 2023

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.


Forum|alt.badge.img+6
  • Author
  • Participating Frequently
  • 6 replies
  • September 12, 2023

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.


Hi, nay thanks!! this is the way I'm doing it