I am currently building a drag/drop feature on my app, however, I am facing an issue while dropping an element. I need the element to sit exactly where it’s placed. Can I somehow obtain the element coordinates (Position X, Position Y)?
Yes exactly - I figured if I can get the coordinates of the element and then use the workflow so make changes to a thing and store them it would potentially work. I know that the elements from the drag/drop groups have Position X Position Y already built in, but I cannot make it to have them stored in a database through a workflow.