When any values change in the JSON object, I need to select the changed values json object and then send them to the database. Note: I don't want to use distinctBy Function. Input 1: [{ "HOUR_FROM_PRIOR_RUN": 1, "DTT": "2022-11-16T20:00:00", "ISWEEKDAY": true, "SOURCE_...
In te above DataWeave script i have crated a function called getLastChars with arguments (str,len) which means you can send a input string and what length you need in output. so i called this finction from the body of the Script as getLastChars(value,10) Here value is a variable tha...