Hoping someone can help me with my flow.. I am running a flow to get bookings made in MS Bookings from an Outlook calendar and creating a HTML table to send to people via email.
I have initalised the variables, done apply to each.. but I see the following error message:
InvalidTemplate. Unable to process template language expressions in action 'Set_Student_Name' inputs at line '0' and column '0': 'The template language expression 'last(split(first(split(outputs('Html_to_text')?['body'],'Email')),'Name: '))' cannot be evaluated because property 'body' cannot be selected. Array elements can only be selected using an integer index. Please see https://aka.ms/logicexpressions for usage details.'.

Any help?