Hello Community,
I'm creating a bot to handle the questions for the users to ask about their vacations day's, and I would like to bot can respond if the employee not exists, this is the big picture:
- All of the data are maintained into a SharePoint list, they have the Employee number, Available dates, etc.
- The bot can handle the responses from the user and additionally they give them an options to select their requirement
- If the user prompted an non existing employee number, the bot needs to back with a response
Currently I created an Entity to handle (RegexPattern) the way of the user needs to be added the correct way of their employee number, and works well

but when I submitted and ID number randomly, the bot give me an empty answer, also I added a question to the user to confirm if the ID number is correct, but imagine if the user say yes, they saw the next empty message

when the ID is found, the next message is show them

and I would like to find a way from the Flow or into the PVA to receive and output when the flow not found the ID Number, thanks for all your help.
Kind regards 👋