Help
Jack_Coley
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎May 16, 2020
‎Apr 23, 2024

User Statistics

  • 5 Posts
  • 0 Solutions
  • 7 Kudos given
  • 9 Kudos received

User Activity

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 ...