I'm completely new to Power Automate and I'm slightly overwhelmed. I'm looking for ways to use Power Automate and Power Apps to automate some of the processes on my implementation team. I have a SharePoint list that contains customer information, and I would like to be able to take a row and write that into a text (YAML) file to build out a config file, basically something like:
ConfigItem1: 'sharepointListValue1'
ConfigItem2: 'sharepointListValue2'
Could I get some guidance as to how I might accomplish this? Thanks in advance!