Combining Robot Logs Message into the same row

Hi! How I can combine these two Robot Logs Messages into the same row:
Code: 2345 | KLG number: 3456 7789 | Year: 2023 | Status: The attachment was successfully created

Issue:

Perhaps by creating expression in Custom Dimension??

Thank you in advance!

Hi @M_W

First of all you need to create list of string variable then you need to use assign activity.

yourvariable = new list(of string)

you can use List of string variable then you can use Append Item to list activity

image

hope it helps!!!

@M_W,

Welcome to the UiPath Community :tada:

You will have to change the Log message activity which is logging this messages into single activity.

Thanks,
Ashok :slight_smile:

Hi, Thank you for your solution.

Can I find this here?

image

Hi, Thank you for your suggestion.

Could you provide the path for this “Properties” field?

@M_W,

I think I wasn’t clear about the solution. Let me try again.

As per current logs you would have these logs in two Log message activities like this.

image

Instead of this combine the messages into single Log Message like this:
image

Thanks,
Ashok :slight_smile:

I’m trying to edit the log message on UiPath Insights:

image

Thank you again!

@M_W,

Sorry my bad. I missed the Insights tag :upside_down_face:

I don’t have much experience on Insights. Let’s hope Community experts will help here.
Good luck.

Thanks,
Ashok :slight_smile:

No worries. Thank you anyway for your support :slightly_smiling_face:

Hi @M_W

i am referring to this below activity,

image

Hi, This seems to be on Studio, but I’m trying to fix this on Insights.

However, I try to play with your suggestion: yourvariable = new list(of string),
if I could input this somewhere on Insights.

Thank you!

Hi @M_W

oh okay, I suggest for UiPath studio , sorry have no idea for UiPath insights.

anyhow upon reviewing in forum i have found only below thread atleast, hope its helps!!!

Thank you again for this information!

Hi @M_W

please mark this as solution if its helps!!!