I am new to Power Automate so please bear with me, I would really appreciate any help I can get here.
I have two arrays (IdArray, CompanyId) and I am trying to take the data from each array and create new items on a SharePoint list. I can only access one of the arrays from inside the Apply to Each. How can I access the CompanyId array and apply it when creating the items?
IdArray = XML ID
CompanyId = Title

You can only reference one output and the output from the second array comes through as the array itself if not set as the output from previous steps.