I was testing Instant cloud flow automation using sharepoint as data source,but it turns out to be :
[ The variable 'varApproversEmailsArray' of type 'Array' cannot be initialized or updated with value of type 'Object'. The variable 'varApproversEmailsArray' only supports values of types 'Array'.]
Quite contrary to the error message, data type used is 'array' instead of 'object'. Any help is appreciated!
You are putting an initial value in the Initialize variable action that is not an array. You have not given any screen shots or example of what you're actually trying to do so nobody can help much more than just repeating what your error message says.