Automated import/export

Hey there, I´ve been playing around with the flow builder and I got it to do what i want. But now I want to automate things - how could I do that?

I have managed to find relevant data from a pdf.

I want to add multiple pdf´s to automate the process
I want to export the data, in a table or other format.

In the end I have hundreds of pdf´s to go through and automation would be required.

2 Likes

Hey Robert! It’s great that you were able to bring your idea to life on Scade. As of now the platform doesn’t support bulk operations. However you can still work it out with AWS S3 Node (little heptic, yeah), to upload all your files into an AWS S3 Storage and then you will be able to iterate through it via subflow node

Also you should check API connector for Google Sheets which allows you to generate and run API requests with dynamic data from your sheet

2 Likes