Wednesday, May 17, 2023

Check & Update if a value exists in multiple selection fields

 If coll_Origin is a collection containing Value as different option fields & OriginSelected is flag telling its selected or not, on an item display we can get the information as below

ForAll(var_SelectedItem.'Incident Origin' As Outer,UpdateIf(coll_Origin,Value = Outer[@Value],{

    OriginSelected:true}));

No comments:

Post a Comment

Add Service Principle support in Custom Connector

  then search for "Streamlining Integration: Using Service Principal authentication on Custom connectors with Microsoft Graph Applicati...