Forum Discussion
Handle pagination in Zendesk Basic Auth
Anonymous
Refer to this video from Miguel Escobar
You can adapt it to work for your scenario
https://www.youtube.com/watch?v=vhr4w5G8bRA
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
Fowmy thank you so much for your reply, I already went through Matt solution and it is really useful.
But what i'm facing now that as you see in the attachment "(step 'Pages') is accessing data sources that have privacy levels which cannot be used together. Please rebuild this data combination." when i checked the load steps all the pages retrieve it is about 92 pages "URL" in my case now, but it stopped on this step.
and on the last step for the TableFormList it gives this error and i think it is because the previous error: "Expression.Error: The import Source matches no exports. Did you miss a module reference?"
Any Idea about this, please?
- pdbenbow5 years agoResolver II
Anonymous wrote:But what i'm facing now that as you see in the attachment "(step 'Pages') is accessing data sources that have privacy levels which cannot be used together. Please rebuild this data combination." when i checked the load steps all the pages retrieve it is about 92 pages "URL" in my case now, but it stopped on this step.
Anonymous , check out this article: https://www.poweredsolutions.co/2019/03/12/data-privacy-and-the-formula-firewall/
From the article:
"In short, what’s happening is that within the same query, you’re trying to access multiple data sources and they’ve been set up with incompatible privacy levels, meaning that you need to head over to the Data Source Settings window and set up your ALL your data sources in that query to the same privacy level; either ALL Public or ALL Organizational."
Recommend you change all your data sources to "Organizational" privacy level.
- Anonymous5 years agoNot applicable
Thank you so much, I have checked them all, and all the same. I will rewrite the code and load them in batches and see.