Add List Items into Sharepoint error

I am trying to write a data table to sharepoint. I use m365 scope to connect and then do a Get List Info to get the right list. After I use an Add List Items with the variable for my Get List Info for the List and put the data table in multiple list items because there may or may not be multiple lines to add to the sharepoint list. when i run it, before doing m65 scope, i write the datatable to excel to make sure that there is data there and all the columns are filled. When i run into the scope, i successfully can find the list and get the info however i get an error on the add list items (error message below). Not sure the best way to fix this. Also i made sure the m365 package is updated to the newest version.

@atarantino

As per error listOfitemData is empty or does not have data

sometimes multiple variables can be created based on scope check the same…

cheers

Yes but I don’t know what the listOfitemData is. This is the first time this process has failed for me. What is the listOfitemData?

@atarantino

If you see the error that is the name it is showing for which it is wmpty

As it is add list items input datatable might be empty

Cheers