Get Rows by filter Azure

Im trying to get rows from azure table storage, and when I write the OData filter like this: “PartitionKey eq ‘test’” throws an error "Get Rows By Filter: Unable to retrieve rows from table “prueba” with the given filters " . How can I do it?

@Leonel_Pascansky ,

Welcome to the UiPath Community.

I don’t have the exact setup to reproduce your scenario but here are my suggestions.

  1. Check if the ODataFilter is correctly passed or not. You can refer this document for all the possible filter syntaxes - https://www.process.st/how-to/use-odata-filter-query-in-power-automate/ Though it’s for Power Automate you can refer it for syntax
  2. Check if there is data that matches with the filter you have passed. You can check from azure table storage frontend

Thanks,
Ashok :slight_smile:

1 Like