Hello !
I developed an ap which is working very good. For some reason i need to update some row in GSheet using make (integromat)
In my table in find the element index and then i calculate the sheet rowNumber and ask make to update one column of this row. All its ok… BUT… i use rowowner and role in my app and when i use find element index for another owner, the result is not good because it only count n rows for this user and not all the rows
Example :
User 1 : x rows
Find element index of the last row is 64 (GSheet number row = 66)
User 2 : n rows
Find element index if the last row is 4 (GSheet number row =6)
So make update the line 6 in GSheet but that row is owned by user 1…
I dont know how edit my function to solve that “issue”
If someone have an idea…
Thank you for reading… and help !
Ps : i hope you understood my english !
Thomas

