Thank you for this video. It was really helpful. Do you know if there are any price implications for using this new MS Teams workflows? i.e can I set up unlimited workflows as needed? I couldn't quite find any pricing information on this.
This is covered under power automate plan 1 which is included in all the bundle skus like office basic, office premium office/microsoft E1/E3/E5 etc. Thanks for watching!
This video is helpful. One thing I am struggling with is how to access nested elements inside my json. For example I have an array of objects containing key values. For some reason they aren't showing up in the card.
@@TDSheridanLab They do. But when I try to access them like so: { "title": "@{item()?['name']}", "value": "@{item()?['value']}" } They do not appear in my card. However, I am able to access the outer values, and they do appear in my card. Just having issues with these ones in the list.
Maybe, I’m unfamiliar with Jupyter specifically but if you send a web request to Microsoft then either you can take the complete diy approach of working with the Teams APIs. or the semi diy approach in power automate with the generic incoming web request trigger.
Fantastic video, thanks! Power Automate is pretty confusing, even as a developer. Do you have any idea how to update a card with new information from a flow trigger? Is that even possible?
Private channels are finicky. They are technically a sub site in the teams /sharepoint backend. This flow might not work with private channels. There are a number of automations that don’t.
Your welcome. Thanks for watching. I have a feeling this question will be brought up a lot more when the service is fully retired and everyone has to make adaptive cards.
How do you do this if the adaptive card is configured on the platform side, and the body of the POST request to the webhook is already an adaptive card.
I would build the incoming webhook and the terminate action so i could see the output that is received. Then you maybe able to use the dynamic item for the body of the incoming message directly in the Teams action to post a message. It 100% depends on what the state is of the card and if it needs to be modified to be in the right syntax to be posted. Which platform are you working with?
Thank you for this video. It was really helpful.
Do you know if there are any price implications for using this new MS Teams workflows? i.e can I set up unlimited workflows as needed?
I couldn't quite find any pricing information on this.
This is covered under power automate plan 1 which is included in all the bundle skus like office basic, office premium office/microsoft E1/E3/E5 etc.
Thanks for watching!
Thank you Sir! You saved me time. Big thumbs up!
No problem, I’m glad I could help.
For the Private channel, we have to post as a user? Correct?
To get it to function yes. For your use case that may or may not make sense.
This video is helpful. One thing I am struggling with is how to access nested elements inside my json. For example I have an array of objects containing key values. For some reason they aren't showing up in the card.
When you run the test run of the webhook do they show up in the output of step 1?
@@TDSheridanLab They do. But when I try to access them like so:
{
"title": "@{item()?['name']}",
"value": "@{item()?['value']}"
}
They do not appear in my card. However, I am able to access the outer values, and they do appear in my card. Just having issues with these ones in the list.
Can i do the same but with python in jupyter?
Maybe, I’m unfamiliar with Jupyter specifically but if you send a web request to Microsoft then either you can take the complete diy approach of working with the Teams APIs. or the semi diy approach in power automate with the generic incoming web request trigger.
Fantastic video, thanks! Power Automate is pretty confusing, even as a developer. Do you have any idea how to update a card with new information from a flow trigger? Is that even possible?
Thank You, and yes you have build out the logic flow, card, power automate action with “post card to … and wait for response “
@@TDSheridanLab Thank you! I'll try to figure it out. Would love a tutorial with more advanced stuff like this :)
Do you need a Power Apps subscription for this to work?
Nope. Just any subscription that includes power automate and teams. Which is most of them.
Hi, I'm unable to post card/message in my private channel using workflow as a flobot. Any solution please..
Private channels are finicky. They are technically a sub site in the teams /sharepoint backend. This flow might not work with private channels. There are a number of automations that don’t.
You saved the day man, Thank you
Your welcome. Thanks for watching. I have a feeling this question will be brought up a lot more when the service is fully retired and everyone has to make adaptive cards.
How do you do this if the adaptive card is configured on the platform side, and the body of the POST request to the webhook is already an adaptive card.
I would build the incoming webhook and the terminate action so i could see the output that is received. Then you maybe able to use the dynamic item for the body of the incoming message directly in the Teams action to post a message.
It 100% depends on what the state is of the card and if it needs to be modified to be in the right syntax to be posted.
Which platform are you working with?