The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
I'm currently running a script button that will copy the 'Reservation Requested By' value to 'Reserved for' value. let table = base.getTable("Status Report"); let record = await input.recordAsync('Reservation Requested By', table);if (record) { le...
No replies to display.
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.