tuesdayMike

Results 2 issues of tuesdayMike

Hi, I'm struggling to add existing site columns to content type. **Code**: ` field_target = ctx_dest.web.fields.get_by_internal_name_or_title(field.title).execute_query() print(f" - Mapping Field: {field_target.internal_name} Target-ID: {field_target.id}") field_links = ct_target.field_links.add(field_target).execute_query() ` The field_target is...

bug

Hi there, is there a way to access the "@odata.type" property in the response? I'm querying group members and would like to distinguish between users, (sub-)groups or devices. I tried...

question