Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Hi,
Is there any way to filter/sanitise the keys returned form the model.json.
Currently it is returning keys as :item :title.
Is there any way to remove special character?
Solved! Go to Solution.
Hi @sravanthib39626 ,
There is no default OOTB feature to sanitise it by default.
Any of the below option you can go with :
1. Overlay the OOTB implemention which is responsible for constructing the json.
2. You can control the values when you are trying to display.
Just curious to understand why we are trying to sanitise.
View solution in original post
Views
Likes
Replies