I am creating a record in one of my entities (entity1) through my portal using the OOB 'Create New Record' function.
On creating a new record through the portal, a Power Automate runs and creates a set of related records in another table (entity2) for the new record.
When I try to view these records from entity2 in the portal (through a subgrid added on my detail form), they are not visible immediately. Clearing server side cache works, but that is a manual process.
How can i ensure that the newly created records are visible in the portal subgrid?