Help
Sarah_Viljoen
6 - Interface Innovator
6 - Interface Innovator
since ‎Jun 02, 2022
‎Feb 15, 2023

User Statistics

  • 13 Posts
  • 0 Solutions
  • 7 Kudos given
  • 3 Kudos received

User Activity

My code is really long so I'm not posting the whole thing, but here's the gist:  let choice = await input.buttonsAsync('Is the stock received from a pending order, transfer or unsure?', ['Pending Order Received', 'Transfer', 'Unsure']); if (choice =...
Hi there :slightly_smiling_face: I have a very simple code involving if statements and buttons but it’s not working. I’ll explain further below my code: let sale = await input.buttonsAsync("Is the vehicle set for another service or will it be...
Hi there :slightly_smiling_face: I’m trying to batch update a date field in a specific view. The new dates are coming from a formula field (I’ve assumed the output of the formula field in the scripting app is a date because it’s formatted as such i...
Hi there :slightly_smiling_face: I’m new to coding and Airtable and I need some assistance. My script is to update a record with user input. The issue I’m running into is in line 7. The script runs but I’m assuming it is this error that stops it fr...