Hi all,
I am working on a Power Portal (not power page; old data model). I have users submit a record using an advanced form in the power portal. When this is done, they get redirected to a list related to the table where they just inserted a record. Thing is, the record doesnt appear right away in the list.
The list is based on a view with filters, and an additional search filter is available for the users. When - for example - you know the number of the record you just inserted, and search on it, it appears, but when you simply refresh the page, it will not appear for about 5 minutes. Can anyone help with this bit of performance or have any suggestions why this appears?
Thank you in advance!
You could use FetchXML and add a filter to force it to get the latest data by checking the createdon date is not equal to now. Or, if you want to continue to use the list component, update your view to add a separate filter condition to check the date is not in the last x years. Something like the below;
That should force it to check each time and get the latest data. Let me know how you get on.
Fubar
62
Super User 2025 Season 2
Lucas001
48
Super User 2025 Season 2
KevinGador
44
Super User 2025 Season 2