Skip to main content
Question

Sharepoint Get List Items Issue

  • June 19, 2026
  • 2 replies
  • 108 views

We are using the SharePoint package in Automation Anywhere A360 to retrieve list items. While testing filtering capabilities, we observed that the Get List Item(s) action only supports limited filters such as:

  • List Item ID
  • Title
  • Folder

It does not support advanced column-based filtering or CAML queries natively, which is required for our use case involving custom fields such as Status, Date, and Department. 

Observed Issue

  • Unable to apply filters on custom columns directly within A360 SharePoint package
  • No native support for CAML query execution

Can you please help me to resolve this issue on this?

2 replies

DeLo
  • Navigator | Tier 3
  • June 19, 2026

We have brought this up in the past as well. Opened a ticket. Had an online session with support. They have accepted the feature request and have estimated a 2027 timeframe for it’s implementation.


  • Navigator | Tier 3
  • June 25, 2026

I have a very similar issue with the SharePoint package when using custom fields.

I was able to filter using “Title” successfully by using the SharePoint: Get List Item(s) action.

However, I then wanted to check the “Status” custom field, but I can’t find how to retrieve the values from list I assigned the filtered list to.

I tried to Loop through each item in the list, and used Dictionary: Get to retrieve the Key = Status, but this has not worked. I was able use this method to get the id of the list item. But I need to check the Status at this point in the flow.