Sunday, December 17, 2023

Upload file in dataverse from powerapps

  Patch(

        Microsunlight_Products,

        Defaults(Microsunlight_Products),

        grmMSProducts.Updates,

        {

            SupportingDocs: {

                FileName: First(DataCardValue7.Attachments).Name,

                Value: First(DataCardValue7.Attachments).Value

            }

        }

    )

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