Hello everyone,
I'm trying to achieve the following workflow: webhook > find an item in the database > update the item.
The webhook is working correctly, and the second step is also functioning as expected. It successfully locates the specific item in the database that was sent via the webhook. However, in the third step, which is meant to update the item, I'm encountering an error because I can't seem to select the 'searched item' itself; I can only select the 'properties of the searched item.'
Any guidance on how to resolve this issue would be greatly appreciated. Thank you!