Help
Ruchika_Abbi1
7 - App Architect
7 - App Architect
since ‎Jan 16, 2021
Online

User Statistics

  • 71 Posts
  • 2 Solutions
  • 25 Kudos given
  • 44 Kudos received

User Activity

I have a Single Select field field that I want to allow users to be able to add new options too when they are in Create Form interface. Since this is not possible, are there any workarounds/alternative designs that anyone has used?My thoughts:1. Usin...
I have the following script to create records in a table. Event Name is a Single Select field. But I get an error "Error: Field "...." cannot accept the provided value." await passTable.createRecordAsync({ "Event Name": event, "Event Date/Time": date...
To set Button visibility it seems I need to upgrade, it a Team plan enough?
Trying to debug code written by someone else. It seems that the following code doesnt return more than 100 records even though fetchnextpage is set.This seems to have stopped working recently and I'm not sure what has changed. return new Promise((res...
 I see that Interface forms have validation for dates. Question is how to set it up? I would like to set up the start date to be 14 days from today, but the Range limit doesn't allow dynamic settings. What does this Range limit help with then?