The extract resume node is waiting for a pdf from a previous step. Hereās a workflow where you can upload a pdf via form, and send it through the extract resume node.
Does that help?
Or are you trying to retrieve pdfās from a google drive?
The two nodes alone in your workflow wont do anything. They need more nodes around them.
What Iām trying to do is get the PDF from the form submission, which seems to work, but there is also the part where that PDF submission (which is an applicant applying for āJob Positionā) will be matched with a Job Description PDF of that particular role, so it compares between the CV uploaded from the Form submission and the Job Description PDF that I have already stored in Google Drive in PDF/Word format.
Am I missing something here? It seems to me that my error is in trying to search/find the right Job Description PDF and for the node to call it into the AI Agent and compare it with the submitted Job Position PDF (which is essentially the CV/Resume).
This is pretty much an exact copy of a community node submitted by @BillyC in which I am trying to replace Airtable and use Google and Google Sheets instead.
The search method is causing the error. Iād rather take all available pdfās from the drive, and compare them using an agent. Try this workflow to match job applied for with the pdfās in the drive.
After you run the flow, can you double click on the google drive step, and show me what it is returning? An image will help. Did you set up your project in google cloud console?
So it started returning once I matched the naming, for example in job position āmarketing assistantā and in the drive JD file named āmarketing assistantā. But, is there a way to match a few possible outcomes maybe? Like if there are Job descriptions for many marketing roles, for it to closely match one.
Hereās the original code I saw āFIND(LOWER(ā[Execute node āCandidate Application Formā for preview]ā), LOWER({Job Title})) > 0ā but this was for airtable. Maybe this is exclusive to airtable?
That looks like its specific to airtable. Doing a search like that probalby wont be able to match similar terms. The workflow that I created uses an ai agent to determine if the job they input is similar to the one in the google drive. You can adjust the system message to determine which pdfās are similar to the job that the user input.
hereās the workflow.
If this response is helpful, please click the heart button so others can see helpful responses.