Hi there, I have a list/gallery block that I linked to a detail page. When I click it in preview mode, it opens the editor in a new window. The initial window does switch to the specified page in preview mode.
Any way to change that and not open the editor again?
Hello @simon,
Could you take a look to the parameter “link to” of your card (or a parent or child). You could have a parameter link page without any page selected. That’s why you have this issue
Hi Mael, Indeed, it was set to an empty page. Thanks!
If I want to display details of the item that I clicked on the next page, how would you recommend doing it?
I am on the free plan atm. The link to collections page only works with a paid plan and static data.
My other approach would be to go via a workflow and set a variable but WeWeb ´doesn’t recommend that. (Besides that I still did not get this approach to work)
Thanks
You can use page parametrs to pass the id (uuid) of the selected record. On the page you are redirected to use this parameter to call your backend and return single record. I also store this record in local variable to manupulate the data and modify database at once on button click. I have a lot of calculated fields so this appriach works for me.