I want to use chatbot to read a Dataverse table and filter the table using prompts/questions from users.
Below is the PowerAppSearchFlow I have built using online tutorial. In the table filter, I used the table name from Power App. However, I got an error:
//"code": "SearchableEntityNotFound",//"message": "No entities were found to be searchable. Please make sure that you have at least one entity selected.That seems to suggest the API connection does work. However, I have enabled Dataverse search in Power Platform admin center. I'm using free trial license of Power APP, Power Automate and Copilot Studio.
As a test, I have changed the action from Search Rows to List Rows. The List Rows action should combine all rows and return a text string. This time the flow succeeds, but I only got a string of row headers in the chatbot. Real data rows are not parsed.