-
Hi, Sorry if my question has been asked before, I've been digging to the docs and discussions but can't find the topic like my issue here. Is there a simple way to change the attributes name I have into a specific name while using the
And will be logged into properties field like :
Many thanks to anyone who can help me. DK |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This was asked a few times ago - at least once. But can't remember the issue number. |
Beta Was this translation helpful? Give feedback.
This was asked a few times ago - at least once. But can't remember the issue number.
My recommendation is to do this during data display on runtime instead of during save. But for sure you can walk through the array and change all keys in the
tapActivity()
method.