
Hi all
In sharepoint I have grouped elements and I would like to receive the sum of points of these groups. To calculate the sums of individual groups of elements I use the "an HTTP request to SharePoint" (POST method). Flow worked fine until a certain point when an error started popping up: .
1.First photo
InvalidTemplate. Unable to process template language expressions in action 'Agregaty' inputs at line '0' and column '0': 'The template language expression 'body('Send_an_HTTP_request_to_SharePoint')['body']['Row']' cannot be evaluated because property 'body' doesn't exist, available properties are 'Row, FirstRow, FolderPermissions, LastRow, RowLimit, FilterLink, ForceNoHierarchy, HierarchyHasIndention, CurrentFolderSpItemUrl'.
However, when I look at the flow as it went in action, an HTTP request to SharePoint body is visible
2.Second photo
I don't know how to fix it because I didn't change anything in the flow that worked and the flows that failed.