
Announcements
Hi everyone!
I'm trying to create a flow where 60+ users could paste uniformly formatted table data (same amount of columns) into... somewhere, and my flow would pull all this data into one central Excel table whenever they paste their content.
The data would fuel another flow that does automatic email sending. The data would look something like this:
| John Doe | the position name | [URL to position application form] | john.doe@exampleemail.com |
| Jane Doe | the other position | [URL to this other position application form] | jane.doe@exampleemail.com |
| Junior Doe | the third position | [URL to this third position application form] | jr.doe@exampleemail.com |
Do you have any ideas how I can pull this off?
Thanks in advance!!