Properties tab missing Properties?

Hi,

I’m following along with the tutorial in Lesson 5 - “Build Your First Process With Studio”, but the Properties tab doesn’t show the Properties the narrator is showing us for Log Message & For Each activities. I can list variables & arguments under the respective panels (at the bottom of the window), but nothing appears in the Properties tab. I made sure the specific activity was active in the main part of Studio, but still had this issue. Has anyone encountered this?

Thank you!

in newer Studio versions the ui / activity cards have changed:

  • Log message - all done at the card itself
  • for each - typeargument will be autoderived, others are done at the card

there are some combinations of Studio Version / UiPath.System.Activities where the behaviour is disturbed. In that case we do up/downgrade the package version, but try to stay at the same level e.g. 22.X.Y

Hi,

It may be better to create a project as Windows-Legacy. It’s similar with old version which is used in the Lesson.

image

Regards,

Hi @kelly.g

In the latest versions,the basic properties are included in the activity itself
1.Log Message:Give the message in the Message in the message field.
And choose log level in the below dropdown
image
2.For each:In the Older versions,We need to specify the data type of the collection variable which we passing.
But,now once you pass the variable into it it autoamtically detect the data type of the collection.
Initially it is in the Object.
image

Hope it helps!!

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