Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I face an issue regarding condition block.
Basically i create a loop that generate a report for each new item.
In my condition block parameter:
The first parameter is : List of value : (which changes for every loop).
The second parameter is value from a straight table.
The issue is that let's say :
loop i = 1, IF ( Cars (value 1) = Cars (first column from straight table) then true
loop i = 2, IF ( boat (value 2) = Cars (first column from straight table remains. It should check all the value) then false.
the issue is that when i >1 the "Get Straight Table Data 2 > Item > Mail Representant" remain at line 1.
Should i do a loop ? I don't know how to proceed.
Thanks
I'm pretty sure you'll need a loop. I did something similar with a SharePoint list to update and insert into that list based on a condition. Hope this helps!
Hi
There are some items that do not seem to be implemented correctly:
From what you are sharing, I believe you could use 2 loops or try using a lookup block and check if you have found the result you want (lookup in loop + if output of that block is not empty)
Hope this helps.
Kind regards,
Thanks both of you @PietMichielRappelet @brevels .
I still have one more issue.
I face some memry issue...
The thing is each pdf is 24MB.
once the second report is send i face the issue with memory.
Before i put another loop at the end of my workflow
but maybe i have to put it here :
But i still face an issue.
Thanks
The issue is the following one
I attached the json file to it.
Maybe there is a way to optimize my workflow so that i don't have this issue.
Basically this flow is a test.
Maybe the loop at the end is not at the right place.
I want to try to avoid memory issue but i don't know how