Hi Kenneth,
Your action Item_CreateOrUpdate action should be returning the Id created / updated which you can use as an input for your ItemLogs_CreateOrUpdate. Every Create / CreateOrUpdate CRUD actions return the Id in the Output. For instance, on my Entity Color, you can see the Id as an output on its CRUD actions:

Hope it helps.
Regards,
João