Help
craibuc
6 - Interface Innovator
6 - Interface Innovator
since ‎Apr 28, 2023
‎Apr 20, 2024

User Statistics

  • 19 Posts
  • 2 Solutions
  • 1 Kudos given
  • 1 Kudos received

User Activity

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...
Is there a canonical URL that will allow me to display a record in a given table?
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?
Is there a way to share a script between a record-create automation and a record-update automation?
I've created a script that is attached to a view's button.In this script, I'm calling an API with remoteFetchAsync().  I need to supply basic authentication credentials, but btoa() and Buffer don't work in my script: const authorization = btoa(`${ cr...
Kudos from
Kudos given to