Forum Discussion
Aleksandar_A
3 years agoContributor III
Hello @negi_sagar,
You can try by using a Mapper Snap with Pass-through enabled:
For Choices try using the below expression:
$Choices.extend({[Math.max(...$Choices.keys().map(x => parseInt(x))).toString()]:$Choices.get(Math.max(...$Choices.keys().map(x => parseInt(x))).toString()).extend({"TextEntry":"true"})})
Sample pipeline:
SL-comm-add-field-to-max-in-json_2023_03_20.slp (4.4 KB)
Let me know if this helps you.
BR,
Aleksandar.
Related Content
- 12 months ago