Hi All,
I am attempting to use the Flow bot in a Teams conversation to take the conversation topic and create that topic as a task in an associated Planner board. For example, this process would be:
- Team members have a conversation in a Teams channel.
- They decide there is more work involved so a Planner task is needed.
- Using Flow bot, they would run a Flow doing something like: Run flow 2
- This would grab the subject of the conversation, a link to the conversation, and create a task in the Planner board for that team with the title and the link to the conversation.
I am just in the early phases at the moment, but for some reason, I can't get the bot to detect any flows using the 'Manually trigger a flow' trigger.
When using flows where the trigger is a schedule, such as the flow below, it is detected immediately:

With the result of List Flows (Option 2 being the correct flow).

But as soon as that same flow is edited to use a manual trigger (specifically, "Manually trigger a flow", it is no longer detected by the Flow bot:

With the result, immediately after the flow is saved:

I can confirm that nothing else changes except the trigger. But for some reason, despite saying it can run any flow that "manually triggered with no inputs", it is not detecting this flow.
Is there something that I am doing wrong so that the flow bot is unable to detect the flow? As you can see, there is no dynamic content there as some other topics have found. Additionally, when manually running the flow, I can confirm that it works as expected and I am receiving a Teams message.
Thank you very much for your support.
Regards,
Ashton