Aug 28, 2021 01:30 PM
I have a status column and when i change it to active or passive, i want to send silent webhook to selected URL including another cell’s value. I couldn’t find how to do that. Can you please help?
Thank you
Aug 28, 2021 07:07 PM
For info on sending a webhook, look at the documentation for using fetch.
For getting the other cell’s value, you will use getCellValue.