Hi Community,
We have a use case going on where we want to follow user behaviour and therefore we sometimes have to insert a database record as soon as the page loads.
Does anyone know what is best to do for the mentioned use case?
Best,
Bart
You could create a block to manage the record creation and add the action on the OnRender action of the block.
It will be rendered only once on the page and I believe that will not generate warnings.