Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- console.log("Suggested unit record: ${suggestedUnit}");
- console.log("Occupied unit record: ${occupiedRecord}");
- //Check that those are indeed to objects with id properties
- let table = base.getTable("OCCUPIED_TABLE_NAME");
- await table.updateRecordAsync(occupiedRecord.id, { "Suggested Unit": [{suggestedUnit}]})
Advertisement
Add Comment
Please, Sign In to add comment