Question
Export DSE to Excel Issue : Error accessing data store entity?
HI All,
Seeing below error when i try to export DSE to Excel.

Background: We have a UI and we use a CDT to pass the filters into PM to call the DSE to Excel Smart Service. When we try to export without any filters I was able to export the date(16000 Rows), but when I use a created by filter which which returns (8000 Rows), I'm seeing the above error in PM.
Below is the query filter logic
a!queryFilter(
field:"referralCreatedBy",
operator:"=",
value:ri!xxxxx.createdBy,
applyWhen: not(
rule!AF_RULE_General_isBlank(
ri!xxxxx.createdBy
))
),
Thanks in Advance. Any suggestions appreciated.
