All,
When I try to append to multiple multi-select fields within the same Python 3 script, I get an error.
Here's an example of the script and the error:

It's strange that it's trying to add the value in line 3 to the field I used in line 1.
If I change the version to Python 2 it works fine. Also if I change the syntax to not use .append() and instead use similar to what I found here. After some more digging I'm guessing it has something to do with the multi-select field in python 3 being '<class 'python3_runtime.context.resilient_context.ResilientList>'.
Is the link above and example of the preferred way to append to a multi-select field?
I know there is the Python 2 vs Python 3 scripting guide, but I was wondering if there is a resource that documents changes such as this as well.
Thanks,
Liam.
------------------------------
Liam Mahoney
------------------------------