Assigning list into string and inserting into web application

image

Output should come like this :
image

but it’s coming on web application in a single line like below
using (Environment.Newline) even though
image

Can anybody help on this one:
Thanks.

Hi,

For now, can you try to update to the latest UiAutomation.activites package?
If it doesn’t work, can you share your settings in details such as input method etc.

Regards,

currently i am using 20.10.8 for UI.Automation activities which version should i need to install ?

Hi,

For now, can you try the latest stable 21.10.5?

Regards,

okie , let me try and update you on this …

Try VbCrLf instead of Environment.NewLine

I have used VbCrLf and also updated the package and it worked .

Thanks for the help.

Cheers !!

For clarification, carriage return and line feed are two different things. Typically a line always has both at the end, not just a line feed. This harkens back to the typewriter days when the two were separate things. So VbCrLf has both the carriage return and line feed together in one value.

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