I am trying to create a flow which will create a new bucket in Tasks and Planner when a new work item is created in the Milestones app which is assigned to a new bucket that does not yet exist in Planner.
Currently trouble shooting has made me aware as to why all the buckets are being created again and again despite the filter new buckets action roll is to prevent pre-existing buckets from being generated. This being that the Two Outputs are always different regardless of if their suppose to be the same.
Here is an example for a bucket called System deployment:
"Project Bucket": "System Deployment" "Bucket Name": "{\"Project Bucket\":\"System Deployment\"}"
The output of the Select new bucket action for the dataverse is on the left of this equation and the output of the select existing buckets action for planner is on the right.
Is their a method I can employ to make these two the same?