Recently i updated UiPath studio from 2023.10.4 to 2024.10.4. After updating i am getting error like “Item to select” field is required .
Note: In 2023.10.4 i am not received any error.
Recently i updated UiPath studio from 2023.10.4 to 2024.10.4. After updating i am getting error like “Item to select” field is required .
Note: In 2023.10.4 i am not received any error.
@balanirmalkumar.s for which activity you are getting this error? Can you provide a screenshot?
In reusable component i am getting this error.
@balanirmalkumar.s check that library it must be having select item activity. Fix that error. Publish it on orchestrator. Update that library in your process. This should resolve your issue
The error “Item to select field is required” after updating to UiPath Studio 2024 may be due to stricter validation rules. To resolve this, ensure that the required field has a valid value assigned, check the form validation settings for any changes, and try reconfiguring or recreating the form in the new version to ensure compatibility with the updated Studio.
Hie @balanirmalkumar.s hey could you please download your package open it on studio.then there you will found some of the package dependencies is missing so might be install or upgrade that package.then test it and upload it back on orchestrator
cheers
tried the same. Still getting same error.
I am not using form in this project
Please share a screenshot.
Could you show us the screenshot.where are you getting that error.
The private implementation of activity ‘1.2860: SAP_logs’ has the following validation error: “Item to select” field is required.
The activity you’re using to interact with SAP (in this case, SAP_logs
) expects a specific log or item to be selected from SAP, and this input field is left blank or not properly filled in.
and If you are still facing trouble, could you provide more context about the activity or how you’re configuring the SAP_logs activity? That way, I can help you more specifically!
in SAP logs i have one select item activity. But it is empty as per my scenario.
@balanirmalkumar.s
Ensure the selector is correct by using “Highlight” to check the element. Verify the input value is being passed correctly, and use “Element Exists” to confirm the item is visible. If needed, increase TimeoutMS, or use a “Click” activity as an alternative to “Select Item”.
@balanirmalkumar.s add string.empty in that activity to add empty select or else it will throw error
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.