I created a classic HP style reverse Polish calculator in AppStudio.

But the only way to insert the result in a user specified cell was to store the result in a global variable and then add an insert action to the writeback cells.

I wonder if there is some way to skip this step and be able to call the calculator directly from the cell and write the result back without an additional action and without dragging the entire context to the popup.