Hi there,
I have a flow that I believe should work. I have trawled the Internet, but am coming up short.
Here is my flow:
The Compose input is:
array(items('Apply_to_each')?['ID'])
Here is the output I'm getting:
Error:
I have tried changing the Compose input to convert to int, which does convert but brings the same error:
array(int(items('Apply_to_each')?['ID']))
Here is the Table in Excel with the ID column. I have tried other unique columns too:
Cheers,
Joel
Solved! Go to Solution.
Hi @J0el ,
Try the below.
Expression for ID in Delete a row is:
@item()?['ID']
--------------------------------------------------------------------------
If I have answered your question, please mark my post as a solution
If you have found my response helpful, please give it a thumbs up
Connect on LinkedIn
Hi @J0el ,
Try the below.
Expression for ID in Delete a row is:
@item()?['ID']
--------------------------------------------------------------------------
If I have answered your question, please mark my post as a solution
If you have found my response helpful, please give it a thumbs up
Connect on LinkedIn
Thank you Eric! I was starting to lose faith! 😁😁
For anyone else who has a similar issue, I had to remove the '@' from the beginning of your expression to make it work.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
6 | |
5 | |
3 | |
2 | |
2 |
User | Count |
---|---|
7 | |
6 | |
6 | |
5 | |
5 |