Drag fields in web UI

We have a requirement to add a field from a field selector to a predefined report by dragging it from a list of fields and adding it to the report.

Is this possible? Please see attached video

HI @gary.cobden

No video is available here, Can you please upload it again

Regards
Sudharsan

Hello

use once Drag and Drop activity using modern

cheers
drag and drop

1 Like

Hi
That works for moving fields about on the main webpage, but the field I need to drag is from a field selector page that displays above the main webform and I need to drag a field from there onto the main webpage.
Thx

Hi @gary.cobden,

Try below,

To drag and drop a field from UI using UiPath Explorer, you can follow these steps:

  1. Open the UiPath Explorer by clicking the “Indicate on screen” button in the Studio toolbar.
  2. Select the UI element that you want to drag and drop by hovering over it with the mouse.
  3. Once the UI element is highlighted, press the “F4” key to open the UiPath Explorer properties panel.
  4. In the properties panel, locate the “Drag & Drop” section and click on the “Enable Drag” button.
  5. Click on the “Enable Drop” button.
  6. Once drag and drop is enabled, you can drag the UI element to the desired location and drop it.
  7. In the UiPath Explorer, the corresponding selector code will be generated for the selected UI element, which can be used in your automation workflow.

Happy Automation, Cheers!

Thanks for your response

Alas, I do not see some of the options you detail.

If you can assist with screenshots it would be appreciated

Thanks

Hi @gary.cobden, which are the options that not able to find?

Now resolved using slightly different methodolgy thanks
Click and hold on item in sub form
Hover over item
Release click over destination on main web form

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.