1

I would like to filter on unique / distinct Lastname while using the Get Entities from the Azure Storage Table. Distinct is currently not supported and groupby also doesn't seem to fit. How can I filter on unique Lastname using the OData Filter?

Val
  • 103
  • 2
  • 7

1 Answers1

2

At a moment there is no option to query directly with unique or distinct keywords. You can refer to this Official Documention for more information.

enter image description here

You can give feedback HERE for a Feature request.

SwethaKandikonda
  • 7,513
  • 2
  • 4
  • 18