Hello Experts,
I have a text recognizer and Data Table. Data Table items formula is set to `TextRecognizer1.Results" which is fab.
How do I save this info in dataverse Table - specifically the complete result in one column?
I have tried using a Text box with selectedtext using the patch which is working fine but I need a complete result.
Hi @ragavanrajan ,
Not sure this will work but have you reviewed the JSON function in Power Apps on the Results from the Text Recognizer? https://docs.microsoft.com/en-us/power-platform/power-fx/reference/function-json
If you can get out as JSON then you could store that full JSON in the text field in Dataverse.
Just a thought...