Wait for approval workflow possible?

Hi all,

Is it possible for a scenario to wait for a user to approve something before going on to the next step?

I want to build a scenario that processes Work Order invoices where the description of the work done by the tech is usually grammatically incorrect and needs summarization etc. I want to send the tech’s comments to ChatGPT for cleaning up, send the response back to Make, then wait for a human to review/edit the response before approving - which will then send it through to all the later stages for processing. Basically, do steps 1-5, wait for human interaction, then do steps 6-10 (something like that).

Is this possible?

yes you can use google sheet, trello or airtable for example store everything and build another scenario where the trigger is a “watch changes” ,then use a filter on the status “validated by human” for example and process the row…

2 Likes

You need a minimum of two scenarios.

The second scenario would be triggered by the “human interaction”.

Hope this helps! Let me know if there are any further questions or issues.

@samliew