Re: Difficulty with modifying list based on multiple Variables
Hello @efialttes ,
I really appreciate the response. I attempted to apply your solution and it seems to be differnet when using get items. For example, I receive this error when directly applying your solution:
first(body('Get_items_from_COMs_for_Review_-_Findings_Tracker'),div(length(body('Get_items_from_COMs_for_Review_-_Findings_Tracker')),2))
When Applying logic directly
Attempt at modifying expression to take in an array.
first(body('Get_items_from_COMs_for_Review_-_Findings_Tracker')?['value'],div(length(body('Get_items_from_COMs_for_Review_-_Findings_Tracker')?['value']),2))
I suspect the second one has something to do with the fact that the values dynamic content has an extra paren? zi am not sure. I've attempted to rearrange the parens in different ways but it keeps providing this error.