Hello,
Fairly certain I know what the problem is, but I can't figure out how to solve for it. In this flow I am obtaining data from two different API end points. After much filtering and data manipulation I am joining the data set results using a compose action union and then sorting on a common field. Unfortunately, after all the data manipulation the field that I am sorting on (Zone) is a string type from one data set but a number type in the other data set. Therefore, I get the error circled below on the compose sorting action.
How and where in the flow do I convert the Zone number type field to a string or, I suppose, the other Zone field to a number type?
I tried to change the schema in one of the Parse Json actions but that failed.
Hope that makes sense. Appreciate any suggestion. Thanks!