So I have 2 Arrays, one array of websites, and the other an array of lists that those websites contain.
Ex:
Websites Array:

List Array:

I use a nested for each loop, in order to enter each site and then loop through the lists I want to access in that site (this works perfectly fine it gets all the data and i can use it properly):

where the problem happens, is when I try put the data in the update item action.

nothing happens when I put the data in the Item box... what exactly should i be using in there... is there a way to some how tell it to update [This_item(with_this_data)]? it seems like that's the case, if it's not why can i even get to this point. is dynamically updating like this a lost cause using SharePoint Lists?