I hoping someone can help me. I'm fairly new to PAD and I'm struggling with a project for one of our customers.
Here is what I have thus far for my Flow:
- Set Variable - source folder
- Set Variable - archive folder
- Get Current Date/Time
- Get Files in Folder
- For Each Loop
- Get files in folder
- Read text from file
- Parse text
- Set Variable (email address)
- Send email (using data from 2nd step in loop (Read text from file))
- Move files to archive folder
- Clear Get Files in Folder (1st step in loop)
Everything is fine except the column headers do not align with the column data. So, the table in the email looks unprofessional.
What I would like to know is what is the best way to format the 'table' so that the column header aligns with column data? I've tried splitting the text and then getting subtext, which works but, then figuring out how to re-assemble that into a table. It just iterates the first row over and over.
I've seen a few things on this forum but, I haven't been able to replicate it successfully, so I'm asking for assistance. I'm open to any suggestion that would make my flow work and be efficient.
Any help would be appreciated.