square-stone-67279
08/13/2023, 8:27 PMacceptable-gold-88171
08/14/2023, 3:11 PMsquare-stone-67279
08/16/2023, 5:43 AMmicroscopic-lizard-92513
08/17/2023, 3:22 PMrich-battery-69172
08/18/2023, 2:43 AMconst record = await Data1Table.createRecord(payload)
workflow.yourAddedRecord = record.id // stores the record ID in a workflow variable
rich-battery-69172
08/18/2023, 2:48 AMconst batch = await Data1Table.findRecords({ limit: 1000, offset: 0 })
to get 1000 rows at a time instead, then use .find
in the result to find the row with the property you are seeking/incalculable-beach-90044
08/18/2023, 4:54 AM