Hi there,
I'm looking for a way to get just a number of remaining holidays from all employees.
So if the HR ask the bot 'Remaining Holidays Employees' they can choose person X.
That works quiet well.
So I create a flow in power automate:
If I run a test in Teams, the answer is just blank, but the action has a green hook.
Maybe someone has an idea?
Hi @Anonymous ,
It's a great use case! Congrats 🙂
We have some limitations for Teams message using PVA. Today, we support some Markdowns.
Use markdown to format Power Automate approvals - Power Automate | Microsoft Docs
I recommend you to use it as a list with Markdown, instead of using an HTML table (you'll need to create an string variable, add an 'apply to each' action, and append to a string variable).
Use markdown to format Power Automate approvals - Power Automate | Microsoft Docs
E.g.:
0. Renato
0. Microsoft
0. etc..
Let me know if you have any questions.