I have a flow which gets triggered when the a post is submitted in Yammer Group. It is then suppose to create an item in Sharepoint list. When tested, flow runs sccessfully, but does not create an item in Sharepoint list.
Unable to attach my images for flow run output and flow configuration (from Chrome, firefox and IE)
Flow configuration is available on github here .
Flow image after successfull run is available on github here.
Solved! Go to Solution.
Hi @ashay-maheshwar ,
You used Dynamic Content-Message List Message Topic Name when configuring Create item, which led to the appearance of Apply to each.
Because this Dynamic content is actually an element of array-Message List Message Topics, it needs to be traversed.
But the reality is that array-Message List Message Topics is an empty array, it has no elements, so Apply to each will not execute.
Therefore, Create item action inside will not be executed. Although the Flow display runs successfully, Create item action is not executed.
The condition triggered by this Flow is that a new message appears in the group, but it may be just a normal message, and no topic is added, so this happens.
If you want to use topic-related Dynamic content, be sure to add topics, as below:
Please take a try again.
Best Regards,
Hi @ashay-maheshwar ,
You used Dynamic Content-Message List Message Topic Name when configuring Create item, which led to the appearance of Apply to each.
Because this Dynamic content is actually an element of array-Message List Message Topics, it needs to be traversed.
But the reality is that array-Message List Message Topics is an empty array, it has no elements, so Apply to each will not execute.
Therefore, Create item action inside will not be executed. Although the Flow display runs successfully, Create item action is not executed.
The condition triggered by this Flow is that a new message appears in the group, but it may be just a normal message, and no topic is added, so this happens.
If you want to use topic-related Dynamic content, be sure to add topics, as below:
Please take a try again.
Best Regards,
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
44 | |
40 | |
38 | |
36 | |
23 |
User | Count |
---|---|
39 | |
38 | |
32 | |
31 | |
28 |