
I have an automated cloud flow with do until and some condition steps. if condition is match then it need to send the notification in Private teams' channel but i am getting error "no dependent actions succeeded" and if With same flow i am selecting the Genral & shared Channel instant Private team channel then it is working fine.
Please Help me get this issue resolved.
Dear P,
"No dependent actions succeeded" often is the result of the fact that the flow ends in an empty conditional statement. So I am guessing that your flow works fine, just that you sometimes end up in a dead end (I see one part of your conditional statement 'No' is empty).
Suggest you check the flow and build in some Compose actions which show you the data which is used in the flow. For example, just before the Condition you include a Compose for which the input is exactly the same as the input for the Condition ... then you can see what is compared. Currently you only see the outcome, not the comparison.
Hope this helps,
Happy flowing,
Koen