can you see the video
I can only see a screenshot. You can upload the video on Google Drive and make it public and share the URL. Or you can upload it on YouTube and send the URL. Or maybe you can use Loom.
Let me explain this the best I could
There is a user database, now the is a true/false on that database that is call real estate agents right okay
Now there is another database call real estate agent user
Now on that database there is a true or false that is callāfeaturesā which a agents can chose to have they profile features if they like to now where a agents decide that they want to have there profile features they can please on the button and it will carry them to a screen for them to make the payment.
The I app purchase on the auction part after purchase was successful action I want to have it update the real estate agent user features to true but it is not given me that option.
If there is a Create real estate agent user action before the Update action then you will see Update New real estate agent user.
Iām thinking that do you need another database to store the real estate agents because you have already created a true/false property in the Users collection to know
if that user is a real estate agent. And you can create a features true/false property on the Users collection and add Update Logged in user action and add true to features true/false property.
I see what your saying but it will mess up some of my database so I think I should do when the user press features my profile it will just carry them to a screen with a form that will have them out they name and that should send the data to the other screen thank you I think Iāll do that do you think it will work based on your experience
Hey @picolpierre1 , thanks for reaching out. Iāve never used the Paypal integration personally to be able to tell you how it works in this scenario.
@Flawless i meant your idea on this I already did the PayPal integration
You can add the Create action! I think you donāt need a form.
Where is the āreal estate agentā created? Is this agent created on the payment success action? If so, as @dilon_perera stated, you should have an āupdate new real estate agentā action. I do not see that in your screenshot, so Iām going to assume the real estate agent is created in a prior step.
So then If not, youāll need to create a list of the real estate agents that would lead to the payment screen which will then allow you to update the current real estate agent > featured to true.
Alternatively, you can create a list from the button here:
The list should be a list of all real estate agents where real estate agent > user > email is equal to logged-in user email. This will also allow you to have an āUpdate > current real estate agentā action (and set it to 1 item maximum)
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.