Activity Name Changes not taking effect

Hi Team,

We have observed recently that when we update the library created in UiPath studio the activity names are not getting updated but are retaining the first value that we save it even after a change

Regards,
Anil Bhargav

Can you please share more detail? What are the steps you do? Sharing some screenshots or video definitely helps.

Make sure, once you publish a new library version to use the latest version.

1 Like

@alexandru

Studio Versions verified - 24.10,22.4,22.10(Same behavior in all)

Steps :

  1. Create a New library and create an activity with required Name(FirstName in my case)
    image
  2. Publish the library and import into process. Would see the activities as expected
  3. Rename the activity xaml name from library project and republish(changed to NewFirstName)
    image
    image
  4. Import the new version of the library. Issue here is the name of the activity still remains FirstName even after changing to NewFirstName

Hope this helps

cheers

1 Like

Have you tried to change the DisplayName attribute of the activity’specific json file(in your case it would be NewFirstName.xaml.json)?
I had the same issue and it was caused by the difference between the name of the activity and the name in the json.

@Tommaso_Romani

Thanks…I did figure it put…but ideally when rename or make some update to the activity lyout it should automatically sync the json

Cheers