Using API routes in the UI Designer, I have set up two variables containing the properties of two types of tasks: pending and completed. Each of the variables currently displays its contents in a separate table. Since both tables represent properties from the same kind of data, a task, they both have the same fields as column keys: caseId, displayName, state, assigned_date and priority.
All these properties are present in both humanTask and archivedHumanTask, so I was thinking that perhaps they could be "compatible" with eachother. To sum it up, I was wondering if it would be possible to merge both tables into one, making it display the data from both the Tarea and the TareaCompletada variables (humanTask and archivedHumanTask, respectively), and most importantly, how could I do this.
Please, if you've any doubts about my question, don't hesitate to comment and I'll try to provide a clearer explaination.
Regards, and thanks in advance,
Daniel.