Hi
is there any possiblity of accessing variables outside loopiterator which are updated with some values inside?
Thanks
Prashanth
Hi
is there any possiblity of accessing variables outside loopiterator which are updated with some values inside?
Thanks
Prashanth
Hello prashanth, can you be a bit more specific? i dont understand if you are talking about workflows or anything else. and tell the use case if you want to receive another way to solve your issue.
Regards,
Pablo
HI @PrashRV, if this is regarding a workflow, you cannot access variables created inside a loop step from outside the loop.
Hi Prashanth, yes, in SailPoint IdentityIQ (IIQ), variables declared outside a LoopIterator
can be accessed and updated within the loop, and their updated values will persist outside the loop. This is because variables in SailPoint IIQ maintain their scope as long as they are declared in a higher-level context, such as in a Rule or a Workflow.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.