We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
Hello,
I ran into this as well and I believe all you need to do is, wherever you are setting the Parent field in your script, use "parent.value" rather than just "parent". See below where I am setting the short description to my 'testVal' variable ...
Hey Robert-
I couldn't get this working with an After business rule either so I ran the business rule Async instead and that seemed to work well for me. Hope this helps!
Hey Adam-
I ran into this same issue and found a workaround that worked for me. When you access the multi row variable set via script it returns a JSON Array. If you use JSON.parse() it will return a Javascript array which then gives us the ability...