Uipath app automatically converts strings

Screenshot 2023-10-24 135644
Screenshot 2023-10-24 135934

Hello,
I am using a Dictionary(Of String). Sometimes, the items in the dictionary appear to be dates (e.g., “01/01/2000”), and the application automatically converts them to datetime values. I have tried adding an “N” symbol in front of the string, but sometimes it still gets converted. How can I resolve this issue?

@RS_App

Does your dictionary always return dates or does it also returns other values?