Question 1:
How can I extract a table from a mainframe terminal screen using UiPath?
Question 2:
I need to enter a value into a particular field located next to a specified placeholder on the mainframe terminal.
I tried using “Move to Text”, but it moves directly onto the text itself.
How can I move just after or near the text to enter my value?
Question 3:
I’m seeing two terminal sessions opening even though I’m only opening a single terminal session through UiPath.
What might be causing this, and how can I make sure only a single terminal instance is used?
Try like this For table extraction, use Get Text or Screen Scraping and split the text by line breaks or spaces to format it as a table. For field entry near a specific text, use Set Cursor Position to place the cursor next to the text, then Type Into to enter the value. For multiple sessions issue, check your workflow to ensure only one Terminal Session activity is used and it’s not duplicated or inside a loop or invoked file.
If you found helpful please mark as a solution. Thanks
Happy Automation with UiPath