Help
Stefan_Welsh
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎May 13, 2018
‎Nov 29, 2022

User Statistics

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

User Activity

Trying to change hours and seconds using this formula. DATETIME_FORMAT(SET_TIMEZONE(DATEADD(DATEADD({set-date}, 1, ‘s’){set-date}, -7, ‘h’) ‘America/Indiana/Indianapolis’), ‘M/D/YYYY hh:mm:ss’) I can get one to work like this DATETIME_FORMAT(SET_TIME...
Hi everyone, I am trying to auto publish content to my site according to formula in my table. My curl filter is - filterByFormula={diff}=1. The filter is working great but it seems my logic is lacking when it comes to determining what formula to use ...
I have written a little vue.js app. I need it to access more than 100 records in my table though. How do I do that? Here is my code.var app = new Vue({ el: ‘#app’, data: { items: [] }, mounted: function(){ this.loadItems(); }, methods: { loadItems: f...
I want to count the number of rows in a table and display that number on a webpage, how do I do that?
I want to make a dynamic progress bar for my website. We are counting number of donations with a goal of 200. I think I can use airtable api to do this, but struggling to figure out how. I have figured out how to use vue.js to get info from my base a...
Kudos from
Kudos given to