HI @usarif
The list rows present in a table action, gets you the entire row that matches the creiteria that you have set in the list rows action. After that, you can create a variable to populate it with the names of the columns that have check boxes using conditions to check if the column name is empty or not for that row.
There is no direct way to get the non empty cells (with the x mark) for a particular row.
Hope this Helps!
Hi @Anonymous
Can you check this post here: https://docs.microsoft.com/en-us/ai-builder/flow-text-recognition
You can see that the "base64encoded" : string() is the correct format to pass as the parameters. Note that if you are passing the json payload, it needs to have a proper key and value that is not being passed in our flow. Also, you can get rid of the 'D' from the parse json. It is not the correct way to pass the argument.
The error is at the predict action only and should be resolved if you follow the above.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!