Being completely new, I am not sure if the error i am getting is a bug or not, hope someone could help me understand it.
I have a table named “1 Depot” that when a new row is added triggers an automation and run an action on a set of rows with the reference action being the following expression: LOOKUP( MAX(1 Depot[_ROWNUMBER]), “1 Depot”, “_ROWNUMBER”, “Delivery Date” ).
What is does is taking the delivery column data of the newly added row and set that data to the same column to all others rows of the same table.
The problem is that the table has a security filters on, and the newly created row doesn’t satisfy the security filters, I have bypass security filters? on for the automation Bot but i still get the error that it can’t find the newly created Row.
Would that be a bug ? Please see below the error message: “Error encountered in step with name [New step]: Error: ‘Execute an Action on a Set of Rows’ Data action ‘New step Action - 1’ for table '1 Depot failed with exception ReadRow failed because row having key ‘91cc8473’ not found in table ‘1 Depot’.”
The probleme is that i have enabled the “bypass security filter” in the bot, and it still can’t find that new record. that is why i am thinking that this is a bug.
Type of action is also already Execute an action on a set of rows (as you can see in my screenshots circled in red) and it execute the action “set some values of some columns in this row”.
As the error message is coming from the missin key colun, it sounds the reason could be in your FILTER() formula. What is that exactly? Does it work if the security filter is not set at all?