Issue with stream records flow vs 200 max limit flow

Hello, our use case needs us to process each record from the get groups card and create a list from these. Now okta provides options to either return 200 max records or to use stream records up to 1 million.
We cant use 200 option as we have users with more that 200. If we were to use this we could have probably been able to create a list. But we are forced to use the streaming records flow. The issue is that since there is no output from this streaming records helper flow, we cant create a list from each of this streamed record.
Has anyone got a way around this issue?

Hi @abhijeet.salvi,

One approach could be to save the records into a Workflows table. Then, you can get the records from the table and create the list.

Thanks @maxkatz looks like this is the only option we have. This is route we would go…

1 Like