Hey everyone,
I'm using the AI builder to pull data about new users from a PDF to an Excel spreadsheet, and sometimes we have more than one person being hired at a time. I've made an AI builder that pulls data for up to 12 users at once, however in the excel spreadsheet it will still pull blank data for 12 users even when there is only 4 for example. Is there a way you can specify the AI model to only input data when there is data there?
Thanks in advance!
Hi @Jarrynvan ,
If you are running your model in Power Automate I suggest you add a condition checking if the field extracted is empty. If it's empty, the line shouldn't be added in your Excel file. Would that help?