i dont why the pageVars its not working in the below formula, but if i put it manually it works !!!
pageVars.UserId = “uhqefpirh”
“https://parseapi.back4app.com/classes/MyUsers?" + 'where={“Info”:{”__type":“Pointer”,“className”:“Players”,“objectId”:“pageVars.UserId”}}’
do somebody got an idea !!
I tried ur suggestion its not working !!
Mari
#4
Hi @Bilel_Tlili, if you want to construct a string with a page var, do this:
'https://parseapi.back4app.com/classes/MyUsers?where={“Info”:{”__type":“Pointer”,“className”:“Players”,“objectId”:"' + pageVars.UserId + '"}}'
Hello Mari,
Thanks for your help but its not working !!
code:1, message: internal server error