I’m trying to create a conversation from a page when the user clicks this button to create the conversation I want it to be redirected to another page with this conversation already created. But I’m not able to do that, because when I try to send the data of the current cell, it asks for information infinitely, even though I’m sending the data of the current cell to the other page. I had to do it in another unintuitive way, where the person is just redirected to the page and there she would have to type the user name and then click on create conversation. I’ll leave some prints below of how it is currently, and after I go I wanted it to be.
If there is anyone who can help me I would be grateful.
Hmm it’s still a bit hard to see exactly what is happening here. But some observations
Seeing that you have 69 outstanding issues gives me anxiety on your behalf . I always recommend keeping that clear so you can easily troubleshoot any new errors that pop up. You also won’t be able to deploy your project live until they’re all cleared.
The ‘go to’ page action should always be last. So you should be creating the conversation first. This will probably contribute to, but not totally solve the current issue, but it would be two of your 69 issues.
In the first screenshot it looks like you’re sending a list of something to the next page, which looks like a list of users? Wouldn’t you set the page type to conversation and send the conversation that you’ve just created (currently your step 3 in the workflow that should be step 1). So the data you send would be “Result of step 1…”
In the second screenshot it looks like you’re adding a list of users to a list of users, but using the add function. You’d need to use the ‘add list’ function instead. This is why you’re getting an error because it’s looking for a single user, but you’re trying to add a list.
But again - I think if you clear those outstanding errors it’ll be easier to see this feedback as Bubble will tell you that it’s expecting x data and you’re trying to give it y etc.
Josh @ Support Dept
Helping no-code founders get unstuck fast save hours, & ship faster with an expert on-demand
Despite fixing all the errors and following your tips, he is still asking for more information, what I want is just to create a conversation based on the current user, which worked, and based on the current cell user on this list, but it continues to give mistake.
It’s a bit difficult to give a more detailed solution on this without having access to your app and looking over your database, seeing how everything is set up etc.
If you’d like you can book a call with me on my website and we can get this sorted
Josh @ Support Dept
Helping no-code founders get unstuck fast save hours, & ship faster with an expert on-demand