What is your goal?
I have a client that has asked for a tool that validates the quality of some documents sent to an email address.
The idea is that before the next step in the admin process, the AI tool would check that 3 particular documents are attached to the email. For one of these documents it needs to check the details in the document to make sure that it matches the expected list of requirements.
At this stage I’m thinking that the attachments will downloaded, scanned with 0CodeKit, into AI, to confirm they match what is expected. The one that needs to be reviewed will go down a different path and get reviewed.
The bit I’m not sure about is how to get the review details into the email to go back to the submitter if the documents are following different routes in the automation.
What is the problem & what have you tried?
Wondered about set variable/get variable pairs to create the final document.
Is there a way to clear the variables after each run?