I created a project using UiPath Studio 23.10.0.0. I.
I had added the UiPath.Form.Activities v23.4.4 to the dependencies.
When I click on the “Open Form Designer” button on the “Create Form Task” activity, nothing happens.
I have seen a 'UiPath Form Designer" popup open when that button is clicked in many tutorials, but in my case there is nothing happens. I also notice that there is a warning notice at the very top of the “Create Form Task” activity, just below the name that reads “Install UiPath.FormActivityLibrary (2.0.7 or above) to enable form designer”.
I have searched using Manage Dependencies window but I have no such package.
And these are my dependencies:
"dependencies": {
"UiPath.Excel.Activities": "[2.22.2]",
"UiPath.Form.Activities": "[23.4.4]",
"UiPath.IntegrationService.Activities": "[1.7.0]",
"UiPath.Mail.Activities": "[1.23.10]",
"UiPath.MicrosoftOffice365.Activities": "[2.2.6]",
"UiPath.Persistence.Activities": "[1.5.9]",
"UiPath.System.Activities": "[23.10.2]",
"UiPath.Testing.Activities": "[23.10.0]",
"UiPath.UIAutomation.Activities": "[24.10.2]",
"UiPath.WebAPI.Activities": "[1.21.0]"
}
Kindly help.
Thanks.