function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Alexander GoodmanAlexander Goodman 

Limiting the number of results using a Flow

Hi All.

I am trying to pull the Current Approver (not yet approved) from the Approvels 'ProcessInstanceWorkitem' to A custom Record where is will need to populate a Lookup to the user. This is all for reporting purposes.

I have been able to put together a flow that can sorta of pull the correct infomation but I have a couple of issues.
1.There are Multiple (preset) approvers, I just need one of them.
2. I need to make sure that the ActorID (the current approver) makes it to the Custom object.
3. I can't use Apex as I don't have enough experance with coding to fix the test coverage. It must be done in Visual Workflow.

Can anybody help in resolving this?

Kind regard and thank you in Advance,

Alexander