Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
dataoverlord20
Frequent Visitor

Unable to reference MS Graph Groups Attribute

I am trying to get all groups and users from MS Graph. These both use paging (limit 100 records per page). To get the next page I need to reference an attribute in the previous repsonse. However, the attribute has '@' and '.' in it... how do I reference this attribute?

 

Attribute: "@odata.nextLink"

 

Activity Expression: 

@activity('Lookup_Group_IDs_copy1').output.value[0].'@odata.nextLink' <-- this does not work
 
Cheers,
 
Laron
2 REPLIES 2
Anonymous
Not applicable

Hi  @dataoverlord20 

 

Try modifying the syntax:

 

 

@activity('Lookup_Group_IDs_copy1').output.value[0]['@odata.nextLink']

 

 

For issues related to Microsoft Graph Data Connect, which is used to extract data from Microsoft 365, it would be more appropriate to reach out to Microsoft 365 support. They have the expertise related to Microsoft 365 services and can provide more specific guidance based on your setup and configuration.

 

Microsoft 365 help | Microsoft 365

 

Regards,

Nono Chen

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

sadly changing the syntax to what you posted did not work /:

 

"ErrorCode=InvalidTemplate, ErrorMessage=Unable to parse expression 'odata.nextLink'"

Helpful resources

Announcements
Fabric July 2025 Monthly Update Carousel

Fabric Monthly Update - July 2025

Check out the July 2025 Fabric update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.