Forum Discussion
JoelGDucharme
Sep 27, 2024Brass Contributor
How to create sharepoint list item from an array with Power Automate
I have a flow that gives me an array of variables that I want to add as a SharePoint Item. The output looks something like this: { "4160": "4000", "4310": "", "4351": "1500", "4353": ""...
JoelGDucharme
Sep 27, 2024Brass Contributor
I'm thinking of a formula using a "If" statement in all the fields for the create item connector. Something like if first variable in the pair equals the title of the column, than put the second variable as the value. I have no idea how to do this though. 😛 I'm learning