@lbendlin,
I have a completely separate Sharepoint list that contains the list of all the items and their SKU number (backend product number):

If the current item()?['Item'] = Item in Sharepoint list, it should return the SKU number that corresponds with the Item in the list, then return that value in the SupplyID column in my SQL table:

However, when I try to populate the SupplyID, the SupplyDesc and SupplyQty columns return blank, and only the SupplyID column populates:

But whenever I remove the SKU field from the Insert SQL row, it populates the SupplyDesc and SupplyQty columns properly:

So somehow, the Get items from Sharepoint list function is keeping the SupplyDesc and SupplyQty from populating correctly.
If you need any additional information, please let me know.