I came accross a behaviour where an appian object(integration) accessed by two different users having parameters data type in two different format
Eg: user1 gets the data type format as "mm/dd/yyyy" and user2 gets the data type as "dd/mm/yyyy". Though their internationalisation settings are same and both users are accessing same object . What else could be the scenario for such behaviour?
Above are images from two different users using the same objects.
Discussion posts and replies are publicly visible
This is just how these values are displayed. It will not have any effect on the evaluation of these integrations.
when both the users are trying to run the integration with currentdate parameter as today() it is executing success for user1 with format "mm/dd/yyyy" and for the user2 it gives error "500- server error" now when i change the today value to null in current date for user2 it is success for user2