Hello!
I have a scenario where there’s a separate workspace for each of our clients. In this specific automation, the trigger is set to “when webhook is received” from a digital signing platform. Once triggered, I need to identify the client and update a record in the app located within that client’s workspace.
While I could use conditional actions based on each client, this approach would require updating the workflow every time a new client is added. It would be ideal if I could search for the app name (for example, by looking up apps that include the client’s name) and then retrieve and update related records from there.