Hi,
I am new to Power Automate, recently I had seek assistance with reading content from the Notes/Description field within Planner using Power Automate (Solved: Email to Submitter of Forms - Power Platform Community (microsoft.com)
The solution to this flow was to use
trim(first(split(trim(outputs('Get_task_details')?['body/description']),decodeUriComponent('%0A'))))This as I understand it reads the first line within the Notes field.
I was wondering if something similar would be able to also ready other lines within the field? Eg. 4th Line or anything after a certain keyword.
Thanks,
Richard