Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
SaaS
What do you need help with?
I have a ‘Week’ table with fields ‘Week name’, ‘Start date’, and ‘End date’. On a page, I’d like to select a week name and display the corresponding start and end dates in dedicated text fields. Is this possible? I can only manage to display the record ID, not specific fields
You could populate a query parameter of the very same page with the selected row id after the date selection (for now you also need a link to redirect to the same page with the new parameter)
Then use this query parameter to filter a get row data source and return the row corresponding to the selected date.
Then you can display the other values of the data source in your text fields.
Thank you for answer, I’ve created an event that open the same page so that refresh data. But is there a way to update automatically the data without refreshing the page. Because when I publish my app and click on the submit button, the action “open the page” doesn’t work everytime.
They are no ways yet to update the data without navigating to the new page.
When you publish the page unfortunately you have to reload the website for technical reasons, but it shouldn’t be a problem anymore when the website is stable I guess?