Hi @Patrick_Hughes,Looks like your use case requires some automation as suggest by @TheTimeSavingCo.However, if somehow you use the Interfaces, you can easily sort the linked records in a blink of an eye, without any automation.Below you can see an e...
Hi @rrid,Great to see you're using Softr with Airtable as the backend. I believe your question is more related to Softr than Airtable, so would suggest posting in their community.Let me know if you need any further help.
@kuovonne It all depends on what type of delay/pause @egordin in order to fit his use case:Using an automation script: then I would recommend my solutionUsing a field: we could use some sort of NOW(). The usage of NOW() definitely depends on the numb...
Hi @egordin,To set a delay in an automation script, simply use this code snippet into a Script:let delay = 10;
let date_start = new Date();
let date_end = new Date();
date_end.setSeconds(date_start.getSeconds() + delay);
while(Date.now() < dat...
@Kai_Muscher As you already tried it using ChatGPT, you can "easily" integrate ChatGPT using Make (ex-Integromat) with their Analyze Image (Vision) module. Flow is as follows:Setup an Airtable webhook that is triggered from an Airtable button (you ca...
About
Software engineer and no-code/low-code automations builder with a strong knowledge in data science/analytics.