Hello! I am currently trying to update in Excel only the first row (object) of an array of rows (objects) that come from a Filter Array action. For this purpose, I am using an apply to each action and the 'first' function to retrieve the first row of the array. My problem is that the output of first is an object and not an array, and apply to each does not work for that reason. Does anyone know how to properly fetch the row I want and then update it?
Thank you so much, it worked!