Hello Gliders! Hope you are all doing wonderful! I saw the EMAIL TRIGGER tutorial in Glide University where they parse a PDF file (an invoice). I want to do pretty much the same, except I will receive a CSV (comma delimited) file which I then want to parse and place every value in a corresponding column in a Glide table. I saw there is a “CSV to JSON” action in the integrations section of workflows. Am I on the right track? Or is there a simpler step? How do I configure that action? Thanks!!!
Should be CSV to JSON, then work with the JSON through a loop (in your email workflow) to add them to corresponding places.
1 Like