This post relates to youtube video : https://www.youtube.com/watch?v=gb_FUeRjgg4
where in the example code posted to github produces the error "The variable 'varApprovers' of type 'Array' cannot be initialized or updated with value of type 'String'. The variable 'varApprovers' only supports values of types 'Array'."
The final setup shows an update to the varApprovalHistory which was previously defined as an array

joined

and then attempts to update (using set variable) as a string

what should be the correct way to update this?
I assume it shoudl be an append to array variable not a "set variable"
Question for @rezza