Manager Filter in the workflow

I’m building a launchpad for CPFL to change the third party’s manager.

But it seems that there is a limitation in the workflow, I think it is only bringing 200 managers and here in the project we have more than 900 managers. I’m searching for the managers by query or by getListOfIdentities.

Is there any other way to bring all the managers?

Maybe the source has a pagination limit, have you tried using a loop in the workflow to work around that?

1 Like

There seems to be a limitation, I’ve already looked at the pagination, I’m trying to do it another way, but the manager’s ID isn’t coming.

Use search in HTTP operation with query you were using to fetch managers data. There is no limitation in search as it can pull upto 10000 data at a time without pagination. And loop over those data to do your task.

I’m following this path now, but I can’t get the information from the form when it’s filled out.

Using the API search, I can get the manager’s name and ID, but the workflow doesn’t bring the ID.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.