At a high level, I'm trying to create a workflow to conditionally edit one grid (an inventory grid) based upon any new rows created in another grid (a reservation grid).
Here's the basic workflow:
- Via a web form in my reservation grid, user submits a request for 10 widgets
- Workflow in reservation grid triggers upon creation of the new row, looks in my inventory grid for the last row of widgets that are not reserved
- In my inventory grid, 10 unreserved widgets are then marked as reserved for the submitting user
I found a community article pertaining to Bridge which may be related, but I'm not sure, as my org doesn't have the add-in:
https://help.smartsheet.com/articles/2482052-create-a-loop-in-a-workflow
Does anyone have any experience with a problem like this?