Dear All,
I have inherited a Flow where some Dynamic Content is being used as "File Name" in "List rows present in a table". Please see the picture attached. My first question is what does this Dynamic Content do and where can i edit it etc ?
There is a consequence of using this Dynamic Content as "File Name" in "List rows present in a table" . Please see picture 2. When i try to "Create item" and select "value" the "Create Item" action does not list Excel columns as selectable under Dynamic Content. It only lists these mysterious items with strange names which i do not understand 😊.
Any hints or clues would be great.
ThanksPicture 1
Picture 2
Solved! Go to Solution.
Hello @AShah16
You should write a dynamic expression for each excel column like this:
items('Apply_to_each')?['ExcelColumnName']
Where 'ExcelColumnName' is the column name in excel.
Hope it helps!
Ferran
Hello @AShah16
You should write a dynamic expression for each excel column like this:
items('Apply_to_each')?['ExcelColumnName']
Where 'ExcelColumnName' is the column name in excel.
Hope it helps!
Ferran
User | Count |
---|---|
96 | |
40 | |
25 | |
23 | |
16 |
User | Count |
---|---|
129 | |
52 | |
48 | |
36 | |
24 |