Reputation: 328
I'm learning Power Automate and trying to get items from a SharePoint list filtered by a lookup column.
The SharePoint list columns are:
This flow will execute when a new item is added to the list and when this happens the user will have to provide a value to the field TallerRelacionado which is an item of another list. And in Get items I'm trying to filter in this way:
TallerRelacionado -eq TallerRelacionado Value
But I'm getting 0 rows in the output. If you can help me I would be so grateful.
Upvotes: 0
Views: 4766
Reputation: 328
The way I fixed it was changing "TallerRelacionado/Title eq 'TallerRelacionado Value'" as Sarah Cox said in the answers.
Upvotes: 1
Reputation: 505
Try changing this to "TallerRelacionado/Title eq 'TallerRelacionado Value'".
Upvotes: 2