Is it possible to store system generated logs in a variable at the end of the execution?

I need to store the system generated logs in a variable which are generated and stored as a Log files.
Is tat possible?

Thanks

Hi @KeerthanaGirish

Yes you can create system generated logs by using invoke method

System.StringBuilder
Append
in Parameters add string variable

Based on one activty you can create a custom xaml and use it in future

Thanks
Ashwin S

Thanks
Ashwin S

Hi @KeerthanaGirish

Check the screenshot below
image

Give StrText Variable as StringBuilder type
and in Collections property pass the string variable

Thanks
Ashwin S

Send the screenshot of properties also

Thanks
@AshwinS2

Hi @hasib08

Check this


Thanks
Ashwin S

Parameters

@AshwinS2

Hi @hasib08

Check this

You can give your particular string in String Parameters

Thanks
Ashwin S

1 Like

Hi @hasib08

Are you able to do the xaml

Thanks
Ashwin S