I am running into an issue where the OData filter query for the Dataverse connector ‘List rows’ on the ‘Solutions’ table will not accept the following when trying to filter it by a publisher:
_publisherid_value eq ‘xxx’
it returns a binary error. Any help would be really appreciated
@DAllen365 @Thanks for responding so quickly, upon comparison of my filter versus yours I noticed my GUID was a bit shorter. Turns out I partially missed some of the start of the GUID on copy hence the error was actually related to the GUID rather than the column I was filtering. Thanks for your support, issue resolved!
@Blurryface I have run a quick test using the List Rows dataverse action connected to the Solutions table. I added the following query on the filter and it ran fine:
_publisherid_value eq '6e77232b-9eff-4ad7-a9c3-ea04353db501'
It also ran fine if I left off the single quotes:
_publisherid_value eq 6e77232b-9eff-4ad7-a9c3-ea04353db501
I then put this expression in a compose to count the number of returned rows:
----------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492