I have a SharePoint datasource named SNMItems and a collection named colSItems..
Now on the OnSuccess of the form >> i want to add the items inside the collection to the SharePoint list. i can do so using these 2 syntax:-

OR

now if we ignore the IsBlank check in the second syntax.. is there any technical differences between the 2 approaches?
thanks