i was able to create a workflow watching a tutorial on creating a report for inactive users, wanted to figure out how to enhance the workflow by suspending the users in the table
How do i iterate through the table to suspend each user and should that be done in the helper flow or the main flow
Hi @sferdinand - Welcome to the forum!
You would iterate over the table rows and process user suspension in a helper flow.
Main flow:
Helper flow:
The following KB articles should help: