Hi,
I have 2 Select Statement fro Workflow . For Output purpose i have to join the 2 Select Statement,
I Tried using Union but i am getting Null and then the Output.
Tried using Record id but join is not giving Expected Output.
Below are the details.
| Input1 | Input2 | Expectation(OUTPUT) | |
| Select1 | Select2 | SELECT |
| 1 | INDIA | 1 | INDIA |
| 1 | CANADA | 1 | CANADA |
| 3 | AFRICA | 3 | AFRICA |
| 3 | US | 3 | US |
| 3 | MEXICO | 3 | MEXICO |