How to put the relation value using Parse library?
if i use
where userId is a column relation, return this error:
com.parse.ParseException: invalid type for key userId, expected relation<Users>, but got string
how to do this?
if i use
B4X:
po.Put("userId", "1234")
where userId is a column relation, return this error:
com.parse.ParseException: invalid type for key userId, expected relation<Users>, but got string
how to do this?