
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Get Straight table data and loop object differences
Hello everyone,
In my workflow. I use :
I. My first block is list value of fields
II.GEt Straight Table Data (which contains 5 rows)
III.condition block
in my condition block i write : if list of value fields item = get straight data item field then true
true = the loop continue to the analyze the second row and so on
But what i notice is that the when the output from the result is false then the condition block doesn't continue to the second row and so on.
DO you have an idea why ?
Is that my workflow the issue ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What are you doing in the condition block if the statement validates to false?
I could see an Error block attached in the false path. Maybe you are setting it to stop the automation and hence it's not iterating through the 2nd item from the Get Straight Table Data block.
It would be good if you could share the automation json file to confirm my above assumption
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here is the json file.
I have also another issue:
But i get a new error with the copy to sharepoint bloc also
Here is the detailed error log:
But in my current automation i have the following code:
But the only thing that appeat is the text i wrote so basically the string written DEC/DIC..
I thought that i could use the get straight data item as it loops over to get the string name like list value item.
Do you know why it's not working ?
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @random_user_3869
Thanks for sharing the json file
For the 1st issue, where the Get Straight Table Data is not iterating through the 2 nd item if the condition is false, The Error block is set to continue the automation. So that might not be the cause
To dive deep into the issue, please share the per-block history of both Get Straight Table Data and condition blocks. Please share the automation run history by clicking on the Export Run button.
More details on how to get these details are explained here.
For the next issue, I see the "Copy File on SharePoint" block is not placed within the "Get Straight Table Data" block and it's outside the "Get Straight Table Data" block. You are trying to map each value from "Get Straight Table Data" block in the path which is not going to work as it's not added within the "Get Straight Table Data" block itself.
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The solution works well, however when I try to use a loop (List Values of Field) - to generate an excel of each value inside the loop it gives error. Could you verify ?
Error :
