Tuesday, June 20, 2023

Add a blank option for a dropdown

  ClearCollect(

        coll_EHSCategory,

        ""

    );

//First add a ClearCollect with "" and then use Collect

  Collect(

        coll_EHSCategory,

        Distinct(

            Filter(

                'EHS Master List',

                Title = var_SelectedItem.'EHS Type'

            ),

            'EHS Category'

        )

    );

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...