Views:

Applies to Product - Power Automate


What’s happening?
The customer is experiencing duplication of values in dropdowns when the flow in Power Automate is triggered multiple times. The values fetched from APIs are being replicated in the dropdowns.


Reason:
The duplication occurs because the flow is collecting dropdown values every time it is triggered. This often happens due to the Collect function, which adds data to the existing collection.


Resolution:

  1. Review the flow configuration to ensure that the Collect function is not being used in a way that causes repeated addition of the same values.
  2. Consider implementing a mechanism to check for existing values before adding new ones to the dropdown to prevent duplication.
  3. Test the flow after making adjustments to confirm that the duplication issue has been resolved.