Hi All
I have a flow that runs on a recurrence trigger. I would like to read the settings of the recurrence trigger in my flow so that I can get the values of frequency and recurrence. These values would be used to dynamically insert these values in the mail the flow sends.
E.G. if the recurrence trigger is set to "Frequency: 15" and "Recurrence: min", use these to compose a mail body like "In the last [variable: 15] [variable2: min] bla bla bla. The purpose is if the schedule changes I don't need to edit the Send Email action. I have tried using the 'trigger()' and 'triggerbody()' functions but they return no values. Not sure if I'm doing it wrong or if there is just no way to do this.