Why won't this script work when triggered by a button?
I want to send a webhook when a button is pressed on a record :// Use recordAsync to get the record associated with the buttonlet record = await input.recordAsync();// Check if the record existsif (record) {// Construct the URL based on the fetched r...
- 10 Views
- 0 replies
- 0 kudos