How to Modify the Value of a Record in 'Data Store' when Encountering 'Must be Valid JSON!' Error Message?

This topic was automatically generated from Slack. You can find the original thread here.

Hi, guys. When trying to modify the value of a record stored in’Data Store’, the modified value can not be saved, error message ‘Must be valid JSON!’. What should I do if I want to change the value of a record?

Hi , the error was thrown because the value you input is not in a valid JSON format. If you can share the value here, I can help you to fix it

Thank you, . Original is string, ‘2023-09-21T01:00:00.000Z’, try to change to another date, like ‘2023-10-23T01:00:00.000Z’.

Hmm Could you share a screenshot?

Maybe you might need to add the quote, such as:

"2023-09-21T01:00:00.000Z"

Quote is working. Thanks!