Hello,
I have a use case where I need to create a process model scheduler to send notifications to users whenever a Network Milestone is updated. This process model is scheduled to run daily.
I have designed the process model and used queryRecordType() to fetch the required data. However, I’m facing a challenge since queryRecordType() can retrieve only 5,000 records at a time, but my dataset exceeds this limit.
queryRecordType()
Could you please suggest how I can handle this scenario in the process model to fetch all records?
Thanks,
Discussion posts and replies are publicly visible