Is it possible to click anywhere on the screen based on stored x,y value from database?

Is it possible to click anywhere on the screen (in the same app) after getting x,y value from database?

This is an example from google! But in my app the component can be anything. I mean it can be card view, button etc.

So, I neee to click on specific location with x, y value.
Is it possible on kodular?

Yes possible, but you have yo use floating view extension with modified procedure

Can you elaborate?