So I assume you’re talking about sending an email when there’s a new row added and your If-Then-Else (?) column returns a “warning” value?
I assume you can have an on-submit action for your form that only triggers when that column’s value is WARNING, then trigger something through a webhook.
Or if you want to do that when users change something in an existing row, use the same logic in an edit screen.
I just want to send an email when a certain CALCULATED value is changed.
So users don’t change the value, they only change a switch and Glide calculates how many “false”. And if there are more “falses” than a given value, my CALCULATED field changes to WARNING. And that’s the moment when I want to have an email send to a certain person.
And there’s no on-submit action; there are only switches per user (see screenshot)
Then that won’t work. Switches do not trigger actions. You would have to use a component that can have an action tied with it in order for this to work.
I’m not familiar with Zapier, but what you want to do should be possible.
You’ll need to trigger the Zap as an onSubmit action when the form is submitted.
Your Zap would need to include the Video URL that was generated by Glide, as well as the RowID.
Once the video has been uploaded to YouTube, you would then update the URL via the API using the RowID that was submitted with the original Zap.