Hi all,
I'm new to using Flow and I've done a lot of reading but still am rather lost. I need to create a custom command that translates an email notification of a signup into an Outlook calendar event. I found a similar request in an older thread and copied it but I don't understand how to tweak the syntax to fit my data. After I've turned the HTML email into plain text, this is what I have to pull data from:
PC Upgrades 2019-2020
Hello, Help Desk!
This email is to notify you that someone recently updated your SignUpGenius form
"PC Upgrades 2019-2020".
Firstname Lastname signed up for:
(1) PC Upgrade on 12/31/2019 (Tue.) EDT
Comment: yes
I'd like the calendar event that's created from this email to have variable 'Firstname Lastname' as the calendar subject, variable 'Comment: XXX' in the calendar description, and the date variable as an all day event. I know how I'd like the string to be split but I'm not quite sure how to put this into language Flow would understand.
Thank you!