The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
I added a button to a table that forms a task when the button is clicked.The task is an async call to a REST API using Javascript's fetch. I'd like to be able to display the state of the operation, including when its completed.The code:// make the R...
Are the record's previous values available in the "when record is updated" trigger? I'd like to be able to compare the previous values with the current values and act accordingly. Does this require a code step instead?
The script works correctly, but I forgot that the webhook is async, so it returns a unique identifier early, rather than the full results when it completed.
Thanks.It would be really helpful to be able to have "before record updated" event (or similar) that had previous and new values for the monitored fields.
I changed the script to return a Url: /**
* Generate a QR code from text, using QuickChart.io (https://quickchart.io/documentation/qr-codes/)
* @param {string} text The text to be converted.
* @returns {string} The QR code's URI
*/
const getQrCo...