Terminal Activities Set Field

I am getting Terminal error:Field Not Found while using Set Field activity in terminal.
Set Field Activity contains Labelled by, followed by and index as input. I tried my best to use this activity.
Please Help

I’m facing the same problem.

As I’ve read, you have to put in the propertie “LabeledBy” the text at the start of the row, then UiPath will write at the first editable character the propertie “text”. But also tried my best and couldn’t get anything work.

imagen

imagen

Some help with this activity? It would be nice.

Thank you guys,
Regards

I have had nominal success first using the Move Cursor terminal activity listing the field coordinates. This sets the cursor at the first field I want to add text to.
I then use the Type Into activity, with a very minimal selector of the main app, cls, and title. Whatever I want written into the terminal session is contained in the Text property.
This is using UiPath.Terminal.Activities >= 2.7.0.

Best of luck!

I avoid this activity exactly because of this. Not everything you see on the terminal screen is recognized as a field.

The good news is mainframe screens are static. So I just use a Move Cursor to move to the correct place on the screen before doing Send Keys.