Hello, here's some context before my question.
I am using the Send an HTTP Request to Sharepoint action to create a list on my site with JSON. This list has four columns that I'm creating.
Downstream, I want to use the Create Item action (or the Send an HTTP Request to Sharepoint) to generate a new item on that list that I created.
The problem I'm having is: my method for selecting this list is based on dynamic content coming from a trigger. As you can see below, I'm not manually configuring this flow to select a certain list. The flow needs to allow for the list it adds an item to to be variable based on trigger content. That alone isn't the problem, because using dynamic content to select the list will allow me to create an item using only the Title column. But I need to populate data into the other three columns as well.
So what I'm looking for is a way to create an item on a sharepoint list (with data on all columns) when that list isn't being manually chosen by the flow and is instead a custom value based on dynamic content. Any creative solutions out there?
