Thank you for contacting the forum. We have prepared a solution according to your request and added it to our knowledge base. I hope this solution will help you. https://support.backendless.com/docs?topic=13445
Hi @Inna_Shkolnaya , thank you for this. I’m having a problem making it work, the only difference is that on my use case, the user does not log in on the same page, but has already logged in before reaching this page. I’ve tried to replicate your method using this:
Hi @Inna_Shkolnaya , I have tried this and it is not working. My problem is that user email and password don’t exist in form data for the page, because the login form is on another page. Instead I have set currentUser to Get current user - this is the only difference to your solution and so I suspect this is the problem.
This isn’t working for me. I can save the result of login user in app data, I have tested this by then rendering a text element with data binding with the result of the email and password results.
I see what you mean
Your logic on first screenshot of this topic is ok
I think the problem is that you try to get ownerId of “userDetails” table. But ownerId is empty.
I see you have userId column that related to “user” table.
Try this
Also I recomend you check is currentUser exist in this logic