Hi community.
I am looking for a solution for this scenario.
I have a PowerApps which will run a flow through click on button, this flow creates a list with all columns that I need.
That works fine, but now the complexity, I need also to fill in items into the new created list via power Automate, therefore I created a flow with some steps.

In First Step I get the list name form PowerApps, that´s an output of first Flow, as a textinput Field.
Then I initialized a variable to use.
The Get items Step works fine, but my problem is in apply to each I have this

Here is the problem, I can´t set the according columns.
I Tested with manual flow there I have the ability to set the column

In this test I entered the list name directly.
I need to enter the list name as variable form my PowerApps textinput
Any ideas ????