I am querying Dynamics 365 (Project Service Automation PSA) data using the Dataverse List Rows action.
I want to return the rows for a particular user but I want to add an additonal clause to bring back only those rows where the projectTask = "Vacation". Unfortunately, projectTask is not on that table, so I have to expand the Project Task table. However, I can't work out a way of then filtering on that new field. My thoughts:
1. Do I try to add it to the filter, referencing the newly added column? Seems to fail.
2. Do I try to add the filter to the expand clause? I couldn't work out the syntax.
3. Do I just add the column in this particular step and then try to filter the entire table in a subsequent step? If so, can anyone advise what would that Action step I could use?
Hoping someone can help!
