I've been trying to do this in way too many ways. I haven't figured it out ChatGPT and Bard haven't figured it out so I though I would ask actual people I'm making an api call to usaspending.gov and am able to to get the information I want returned,...
I'm using the WORKDAY function and it's skipping the weekend as it should, but it always returns the previous Friday. Is there a way to have it return Friday if the date falls on a Saturday, and return Monday if it falls on Sunday?
We've been using the following script for about a year now with no issues // Get Input - Gets record ID of updated record can then get info like rid.uei
let rid = input.config();
let apiKey = 'XXXXXXXXXXXXX';
// Make the request
let ueiData = await ...
Just an Update. Here's what I figured out. It seems to work. If anyone knows a simpler way, please feel free to reply. function getAirtableURL(table) { const baseId = 'BASE_ID'; const tableName = 'TABLE_NAME'; return `https://api.airtable.co...
Hi, I’m a new user and one of the first things I looked for in setting up my Tables was a way to wrap the Field Name. I find it odd and frustrating that Airtable hasn’t implemented this feature yet; especially considering that Records content automat...