Tuesday, December 12, 2023

Upload file to dataverse using flow

 In the app:

UploadFileToMicrosunlight_Products.Run(

    var_selectedItem.Microsunlight_Product,

    {

        file: {

            contentBytes: First(DataCardValue7.Attachments).Value,

            name: First(DataCardValue7.Attachments).Name

        }

    }

);

UpdateContext({var_refrsh: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...