Hello everyone,
This morning a customer called to inform me that some elements had disappeared from his page after taking action.
Context :
I used Webflow + Memberstack to create a personal web application for the clients of a marketing agency.
The application allows to display appointments with the information of the appointment generated for the client in question. (Surname, first name, address, email, telephone number, company, linkedin, date of appointment etc.)
My client interacts from different webflow pages to add information, appointment date and other when necessary, or from a system like Lemlist, walaxy and others…
I capture the information from a specific form depending on the information required and I modify the object using the API with UPDATE and PUBLISH requests.
Problem :
When my customer modifies an ITEM, the content is updated,
But it disappears from the static page on which it can be modified.
I changed the filter from : [Created Newest / to Oldest] → [Publish Newest / to Oldest].
And the ITEM appears correctly with the updated information.
I don’t understand why the [Created Newest / to Oldest] filter makes the ITEM disappear from the list (I couldn’t find it in the page below).
Thanks for your Help