Hi guys, I am relatively new to Power Virtual Agent, originally we had a python teams bot using the Python Bot SDK, but the Python version of this is soon to be no longer supported. As a result MS have recommended people to use Power Virtual Agents but it is too simple for our usecase as some important data processing and retrieval happens in the python code of the old teams bot.
I found a solution that I can use where the Power Virtual Agent will trigger a Power Automate trigger and in this trigger call a Azure Function with the python code we need and then return the response back to Power Automate and then finally back to the Power Virtual Agent. This issue is that I want whatever the user inputs to be sent to this Azure Function and was wondering if anyone knew a way where i could bypass the trigger word part of the pipeline and go straight to the Power Automate trigger?
Any help would be appreciated