
Announcements
I'm trying to get this running and getting an error.
Azure Computer Vision OCR with Power Apps and Power Automate - YouTube - This is the capability that I got the .zip file to run
Power Apps OCR Sample Solution Setup Notes - YouTube - Here are the set up instructions.
Visual of the flow on my end.
hi @damian_green that what message is trying to said is that you have a string that instead of content info is 0.
Here's an example:
text: Example Test
when you do length(Text) the result is 12
then substring will need to know what is the start of your text and the end in numbers and then extract whatever you are trying to.