I am building a fairly complicated flow that access Salesforce (SFDC) and SharePoint (SP) using the HTTP widgets instead of the standard SFDC and SP widgets. This is an effort to improve performance.
My issue is that the basic flow to update existing and insert new records in to SP has 17 steps (See blow for a graphic). I need a total of 9 of these flows. The only major differences between the flows are the List Name and List Columns Names. The rest of the flow is the same.
Is there a way to edit the flow's script directly instead of either building each step manually or copy/paste/edit each flow?
I tried building a parent / child flow but the lack of passing JSON objects with dynamic variables did not work..
Any ideas?
Thanks for your time