Help
Rohith_S
6 - Interface Innovator
6 - Interface Innovator
since ‎Mar 23, 2022
‎Nov 29, 2022

User Statistics

  • 17 Posts
  • 0 Solutions
  • 6 Kudos given
  • 1 Kudos received

User Activity

Hi, I have two triggers = When a record is createdWhen a record matches some condition I want same automation script to run whenever any one of the above points are triggered. Is there any way to do this? Ex: If “New record is created” OR “Record mat...
Hi, I have created a table with fields as Name, Phone Number, Address, etc. And have added data into it. The requirement is I want to create an generic edit form for this table to update the data in it, In this Edit form I’ll be having a text box tha...
Hello, As the image uploaded in Airtable returns the URL of the image, I want to convert the contents of the URL(image) to base64, btoa() converts the URL to base64 but not the content of the URL (Actual Image), I want the uploaded Image in base64 fo...
Hello, So, I need to convert attachment file URL to base64 string, as btoa() function does not work in automation script, I am running a scripting app that converts URL to Base64 string and the output of the scripting app will be entered into a new c...
Hi everyone, I have a table with created date column and some data, as soon as new record is created I have created a automation script the extracts the newly created record by sorting this column in descending order and getting the getting the first...