Forum Discussion
Handle pagination in Zendesk Basic Auth
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?
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.