Python script - creating child requests from information contained in parent request (Part 2)

Python script - creating child requests from information contained in parent request (Part 2)

Hello!

I originally posted this  https://pitstop.manageengine.com/portal/community/topic/python-script-create-multiple-requests-from-parent-request-6-3-2018 a few months ago where I was having troubles with resource section fields. When populating child request descriptions with the contents of these fields, it wasn't recognising them as a string. I solved that with a ".join".

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!

                  New to ADSelfService Plus?