Group,
Tried looking through past articles, but can't find where my flow is failing. I'm pretty new to flow, FYI.
I'm trying to update a sharepoint list with values from a SQL query. The SQL is in line, and it seems to match the sharepoint list, but I keep getting the following error on the condition step:
Hello @mathewschultz
Did you find a solution to your need or is the need still relevant?
Looking at your flow, I would say that you have too many steps.
The Filter array step is unused (not referenced) and seems not to be necessary as the Get rows step already filters on the invoicenumber.
The condition step in the inner loop (Apply to each 2) is not necessary, as the row(s) only are those (the one) with the invoicenumber that you are looking for.
The Update item step references Current item in the Id column. That is incorrect, it should be the Id of the list item (Get items), so either locate the list item Id or use the expression "items('Apply_to_each')?['Id']".
Anyway, let us know how it went for you. Kind regards, John
WarrenBelz
146,653
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional