Hello All,
I've to create a Alteryx Analytical app which allows the user to create multiple rows.
My dataset has column names as Test ID, Operational Area Name, Operational area code and Create Date.
For one test ID and create date the analytical app will allow the user to add multiple Operational area name and operational area code (Using Text Box ). Final output should look like this.
| test ID | Operational Area Name | Operational Area Code | Create Date |
| TI123 | OA1 | OAC1 | 11/22/2022 |
| TI123 | OA2 | OAC2 | 11/22/2022 |
| TI123 | OA3 | OAC3 | 11/22/2022 |
| | | | |
So basically it should generate rows based on the values entered in Operational Area Name and Operational Area Code. Rest of the values will be same. I tried following the steps mentioned in the below community post by @csmith11
https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Add-multiple-records-to-a-column-via-Textbox/td-p/880964
But it's only designed for one column. When I tried implementing the same logic for two columns, it's creating duplicate rows. So for 3 different Operational Area Name and Operational Area code values, it's creating 6 rows, Could you please help.
Due to my company restrictions, I won't be able to upload my workflow. Apologies.
BR,
@swapsingh2712