Reputation: 11
I need help on below request . please help me out if any one has tweaked the same issue .
Issue : I am trying to connect SharePoint channels by using trigger: "When a file is created or modified (properties only)" from logic app . In SharePoint documents tab has multiple channels . But logic app is allowing only one channel link at a time . we want to connect all channels at a time by using single logic app .
Could you please help me on this issue.
As of now we have implemented multiple logic apps with respective channels .so it's getting keep on increasing. if tomorrow new channels is getting created as per the business request , then again we will have create new logic app for new channel .we are thinking it's not good solution . please help me out with single logic app for multiple channels
Thanks
I tried to create list ,which contains all channel links and fetching all links from list by using get lists property with recurrence scheduler and then used for each loop to fetch the link information .
I want to pass link(which is extracted from for each loop) as dynamically as site address for trigger : "When a file is created or modified (properties only)".
Upvotes: 1
Views: 303
Reputation: 1731
You can use single logic app to connect multiple channels. I have created a logic app to connect multiple teams channel and get file content from the newly uploaded files or modified files from different teams channels in share point.
Run history for the file uploaded in sample channel,
Upvotes: 0