You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Hoping someone can help me here with a little problem i have.
I'm using Azure Ai Document Intelligence with PowerAutomate and it work great on a online file (Using the Document/URL Parameter)
But if i have a file locally (EX:C:\Temp\Test.pdf) i don't know what to do.
If i do it this way
It says the parameter should be a binary and if a convert the file in a binary variable before like this
I have a error during runtime saying
"code": "ParameterMissing",
"message": "The parameter urlSource or base64Source is required."
So to make it short what are the parameters to use for a local file?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Hoping someone can help me here with a little problem i have.
I'm using Azure Ai Document Intelligence with PowerAutomate and it work great on a online file (Using the Document/URL Parameter)
But if i have a file locally (EX:C:\Temp\Test.pdf) i don't know what to do.
If i do it this way


It says the parameter should be a binary and if a convert the file in a binary variable before like this
I have a error during runtime saying
"code": "ParameterMissing",
"message": "The parameter urlSource or base64Source is required."
So to make it short what are the parameters to use for a local file?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions