
Hi everyone,
I've tried going through all of the different threads on this topic and different videos online and can't seem to find what I'm looking for. I'm only about 2 weeks into using flow so that could be my issue, so I apologize in advance if this is a trivial question.
Here's what I'm trying to do:
I have created a flow that grabs an incoming email from a specific sender, extracting specific details in this email and adding them to an Excel table so that I can create a Power BI dashboard with this data.
This is what have have right now:
The original expression I had for Crew Name was:
split(body('Filter Array'), [24])
The problem I am having is that this expression seems to require a separator. However, this specific line does not have a separator as I want the everything from this specific line [24].
"Unable to process template language expressions in action 'Crew_Name' inputs at line '0' and column '0': 'The template language function 'split' expects two parameters: the string to split as the first parameter, the separator as the second parameter. The function was invoked with '1' parameter(s). Please see https://aka.ms/logicexpressions#split for usage details.'."
What is the expression I would use to pull the information from this specific line in it's entirety?
Thank you again!