Having a pop-up to enter data in

I have read a ton of posts about migrating from iMacros to UI - and I have succesfully converted my macros to the “new world”.

One thing I cant figure out in UI is the following scenario:
I fil out a form with static data, and data from multiple CSV’s. That works like a charm.
I have several fields that needs a unique input every time the macro is run.
Lets say its a invoicenumber.

In iMacros I had a pop-up (as a bookmarklet) where I entered the number - and upon hitting enter, the macro transferred the input to the desired field.
Is that possible in UI?

Best regards
Ole

xtype will send text to active field

Great to know - thx!
That still leaves the question on how to get the data entered - so UI can place it (or am I missing something)?

xclick will make field active
or do it manually
xtype will type text in active field

you have to run the macro by clicking Play Macro

you can share screenshot where you want to enter data

I think what you are looking for is the PROMPT command. Give that a try.

Good Day