Skip to Main Content
Status Not Planned
Categories Workflow Designer
Created by Guest
Created on Jan 4, 2017

Compare if two collections are equals

Compare if collection of ["One","Two","3"] has same items of collection ["Two","3","One"]
  • ADMIN RESPONSE
    Sep 7, 2022
    Upon review, we will not be adding this request to the near-term backlog. However, we reevaluate requests every quarter and will reach out if priorities change. Please keep the feedback coming as it is critical for our longer-term planning.
  • Attach files
      Drop here to upload
    • Guest
      Sep 7, 2022
      Thanks for the feedback. In the above, the collection has the same values but in different order, What is your expectation of the evaluation, true or false?
    • Guest
      Sep 7, 2022
      If the action is to return TRUE or FALSE, i will vote for TRUE
      or we can consider the action to return 1 for EXACT MATCH (content and order), 2 for content match, 0 for Not Match.

      The idea was based on one of my scenario where I really need to know if both collections have the same items (i.e. no order required).

      Thanks,