
Hi everyone,
I have been tasked that as soon as a certain tag is used in MS Teams, it should create a ToDo for the responsible person.
However, it is not a single channel, but more than 2000 channels involved (Teams = countries, channel = customers).
Is it possible to monitor even a whole tenant by Flow searching for a certain keyword? (it means in my case 5500+ channels at this time. I see no point in building a flow per team, as there are only 180+ teams at the moment. That would be unsustainable.)
And if I did build only 12+ flow at the moment that would have to be modified again when adding a new channel.
/and I can imagine if this works, other departments would require a similar application/
I've also thought of a "solution" where I would first "pull" the current TeamIDs and ChannelIDs somehow dynamically from a database; then trigger a child flow... but the child-flow trigger condirtion can only be manually triggered. So this is not feasible. I am at the end of my knowledge.
Anyone have any ideas?