Python script - creating child requests from information contained in parent request (Part 2)
Hello!
Now, after having upgraded, the scripts are no longer working as the fields are now seen as "dictionaries", not "lists" and our user creation workflow has come to a screaming halt.
I'm still not a Python expert, so would appreciate any help anyone could give me to get past this? The error in particular that I see is "
TypeError: sequence item 0: expected string, dict found"
Thanks!