
Greetings,
i have an Excel sheet from which i extract an array. Once i got that array i now need to look at one specific entry of that Array and compare that one entry to a given key. i tried solving that with the if statement and i think i understand how it works but i have no clue how i can get the output statement to give me the wanted entry.
Hi @Anonymous,
I see this update is in a loop. In that case you can also try to refer to the column by using the item function.
Can you try this instead and see if that works?
if(equals(item()?['Sachkontonr.'],12), '12345', '0')