I'm building a copilot chatbot in copilot studio. in which copilot should provide the ticket details like status, priority etc. as response.The ticket dump (an excel file )with all the data like status, priority etc. is kept in a SharePoint path. User will be providing the ticket number to chatbot. based on the ticket number, chatbot should be able to fetch the details of that specific ticket and provide as a response. the necessary fields out of that ticket dump. I want to retrieve the ticket number, ticket status, and priority information. The Flow under chatbot ought to be able to retrieve the necessary fields for that particular ticket from ticket dump based on the ticket number the user enters. then provide it to the chatbot. Tell me how to construct the flow, please. I have a flow, but it isn't operating as I had anticipated. Please advise what modifications to the flow I need to do in order to meet this need.
My chatbot setup is as below



My action flow is as below.


