Forum Discussion
pafernandes
4 years agoRegular Visitor
Consuming paginated reports
Hi everyone. I'm trying consuming a SalesForce query using the function List.Generate, but something isn't working very well. Each request result 3 rows. [done] = When is false this means tha...
mahoneypat
4 years agoMicrosoft Employee
Two things to consider
Is FALSE really in all caps (M is case sensitive)?
Is the output of _query1 a text string URL? If not, it will return null, your condition will not be met, and it will never return a result.
Pat
pafernandes
4 years agoRegular Visitor
Hi Pat.
Yes, the return is FALSE and the _query its string.
I did a query example and work perfectly.