Hi,
Using 'get user profile v2' I am basically getting the name for users id assigned to tasks in planner. However, there are multiple users so I need to append them to a single variable. Now, because some users have left the organization, I had to ask it to also bring failures - it then populates the variable with null. When I try to append to arra, I get the following error: BadRequest. The value cannot be null. The action type 'AppendToArrayVariable' only supports values of types 'Float, Integer, String, Boolean, Object'.
1) Get user profile (V2)

2)


Any ideas on how to handle it?