Ran into the same problem, and it was super useful to learn that you cannot use "updateOptionsAsync" in scripting blocks.Thus the option is to output the multiple select from the scripting block, and then use an Update block to insert those values in...
Data can be added onto the form via hidden fields, which will work.(ScorrWorld I believe is talking about fields hidden by visibility rules, but the checkbox Lauren_Lundholm mentions works if hidden (and pre-populated) via url parameters).But this so...
"undefined" will happen when you miss-reference an input.For example if you define a RecordID input, but then reference it in your code as:config.recordIDThe misspelling / typo will cause that variable to be undefined.
Hi there!Here another victim to the "failed email because file did not finish uploading" Airtable error Great answers and I've compiled them to generate this solution: I've created a formula field that will output "Uploading" when it detects a file ...