REST API call for submitting a request is not working if the payload has skipped rows
Summary:
We're receiving payload in an excel file from an ATP table and are using REST API calls for the entire request mechanism. The REST API calls are working as long as there are no skipped rows in the action script. If there are skipped rows (because of nodes which do not have updates are also present in the action script, something we cannot get away with), we are not able to submit the request using REST API even though we can do it in the front end.
My guess is because of the warning which we get in the front end (please find attached the screenshot) - it is not letting us submit the request using REST API. Even though the transition API says that the job is completed. The request is still in a draft state in the front end. Is there a way around this?