I am building a flow, that copies items from a List A to List B both are identical. Both List A & B are on On-Prem 2016. The items to be copied are filtered based on a condition from List A using Get Items Action. Then I am using Create Item Action, but the flow fails with the error "A value must be provided for item". I have mapped all the columns on Create Item from the Get Item.
Upon checking the Raw Outputs, I am getting the below error message.
{
"error": {
"code": "AuthorizationFailed",
"message": "The authentication credentials are not valid."
}
}