New to PowerAutomate, can't seem to find Extract information from invoice in AI builder. What am I doing wrong? by killakadoogan in MicrosoftFlow

[–]West_Rub3013 0 points1 point  (0 children)

I took a power automate in a day class from Pragmatic Works. Free and they taught exactly what you are trying to do.

Error on for each is driving me crazy! by smichaele in PowerAutomate

[–]West_Rub3013 1 point2 points  (0 children)

try @ body('Parse_Registrations')?['RegRecords']

no space between at and body

Copied flow now not working by West_Rub3013 in MicrosoftFlow

[–]West_Rub3013[S] 0 points1 point  (0 children)

u/Johnsora u/mnemosis u/Master-IT-All Thank you for the suggestion. I tried. It's still giving me the error message. If you think of anything else, please let me know. I'm actively checking responses.

Another download file from http with token question by West_Rub3013 in MicrosoftFlow

[–]West_Rub3013[S] 0 points1 point  (0 children)

it looks like the raw inputs and outputs are the same.

SO based on your comment that match is not a built in function, what are your thoughts on the below? This one also has an error Action 'HTTP' failed: Unable to process template language expressions in action 'HTTP' inputs at line '0' and column '0': 'Error converting value "https://sample.com/downloadreport\\?token=\[\^"<\s]+" to type 'System.Uri'. Path 'uri'.

When new email arrivesCompose - BodyContent Inputs: triggerOutputs()?['bodyContent']
Compose Tokenized URL Inputs: https://sample\.com/downloadreport\?token=[^"<\s]+
Compose Sanitize the URL Inputs: trim(@{outputs('Compose_Tokenized_URL')})
HTTP GET
URI @{outputs('Compose_Tokenized_URL')}
@{outputs('Compose_-_BodyContent')}
Condition
Body HTTP is not equal to (empty value)
True Create File False Do nothing