Hi,
With Action Center tasks could be assigned to users in different Regions.
Is there any facility to support Localisation?
For example, a date value is to be display to a USA user as “MM/dd/yyyy” but when the same task with a date value is to be displayed to a UK user, the format would be “dd/MM/yyyy”?
As far as I can see, the User Profile in Automation Cloud has a preference for Language but nothing for Localization.
UiPath Action Center does not support regional localization for dates. It only applies the user’s language setting from Automation Cloud.
To show region‑specific formats, the workflow must format the date before creating the task based on the user’s locale.
If helpful, mark as solution. Happy automation with UiPath
Thanks for the response @prashant1603765.
If the format is determined when sending the task to a “Category”, it effectively means all users who can action tasks have to use the same Date format.
Imagine a scenario where a task is Re-Assigned to a user who expects a different date format. The action is performed in Action Center, the task does not go back to the Code in the Robot to re-construct the data.
As far as I know, Action Center is a “Closed” application. UiPath have not provisioned any opportunities for “Custom” code in the interface.
I think that means it would need to be some form of Browser extension as the only Dynamic ReWriting I have seen is with DevTools which is not going to be the scenario for business users.
For Document Understanding / IXP - Task activities, the Forms are provided by UiPath. This is why I called it a “Closed” system.
You are right, I should have been clearer. I am well aware of the capability of building your own forms and using them with Action Center it was just not the scenario I was focussed on.