Hi,
I have list A and List B,
1) List A I filter for Null Values in a column, as if the column is already filled I want to skip over those. (See filter array)
2) Using the filtered values from list A , from A I want to find values from Column "Title" in List B "Control Title". How do I do this?
3) From List B , Return column "Description" to list A. I believe this would be a basic update item from the result of #2?
here is what I have so far -
any help would be appreciated.
Hi @wonka1234 ,
Please check in list settings -> select column name -> see in the URL and make sure the column name is Control Title
Best regards,
@v-jefferni getting error -
The expression "Control Title eq 'ABC-C123-EF2-1'" is not valid. Creating query failed.
Hi @wonka1234 ,
In old version of filter query, you will need to include the value in single quotes.
Control Title eq 'expression or dynamic content'
Best regards,
Hi @v-jefferni .
getting error on Get Items 2 -
Updated Flow -
Hi @wonka1234 ,
You need an Apply to each to loop Filter array outputs, for each item in the outputs, Get items from list B using filter query Control Title eq item('Apply_to_each')?['Title'],
and then Update item of List A based on ID from Apply to each and Description from the first item return from Get items 2:
Best regards,
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492