Hi Shiva,Sure. My previous comment was about whether it's possible to apply pluck and min on the same list. For example: TestSample.pluck('v').min(). Currently, this operation works based on ASCII character calculation when applied to strings. To ge...
Thanks, Shiva! Your solution worked perfectly for me—I really appreciate it.I do have a small curiosity: Why do we need to create two variables of integer or number data type to parse a number list? For example, after the JSON parse step, I attempte...
Hi Prudvi,Here is my sample JSON that needs to be parsed. I am first parsing the given JSON. Then, I use TestValueSampleList.pluck("v") to extract a list of strings, which I then convert into a list of integers using native functions and formulas. {
...
Hi Prudvi, I tried updating the source List String schema as yours. Still no luck. Here is a snippet schema code. Please let me know if you guys need any more info from me to debug this issue. [
{
"label": "v_StringTemp",
"name": "v_StringT...
Hi Prudvi, I tried updating my int variable schema exactly like yours. Still, the auto-conversion from List String to List Num is not working. Here is my update schema for reference " - [
{
"control_type": "text",
"label": "v_tempInt",
...