Hi, guys! I want to trigger a flow in Power Automate if "paid vacation" is chosen from the dropdown list in PowerApps. Is it possible to do?

Hi, guys! I want to trigger a flow in Power Automate if "paid vacation" is chosen from the dropdown list in PowerApps. Is it possible to do?
On your button you could do:
If(Dropdown1.Selected.Value="paid vacatio", YourFlowName())
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.