I have a SharePoint Online Library, with a customized PowerApps form. I've been able to create a flow, and run it from my PowerApps form, to create a Document Set in my SharePoint Library. My form also has several fields (choice, people, managed metadata) that I also want to populate in the new Doc Set that gets created. What action(s) would I use in Power Automate to do this? My "Create Document Set" button in my form has this OnSelect property - CreativeContractsCreateDocSet.Run(DataCardValue1.Text). This creates the Document set successfully with the Name I entered (datacardvalue1). How can I add more fields to also populate when the flow runs?
Thank you.