How to put 2 columns in 1 type command?

Hello,

I don’t know if it is possible.
I want to put 2 columns in the same row in the same type command. If the 2nd column should not be filled, it should also be left empty.
I don’t know if this is possible, because sometimes I have 2 columns and sometimes there is no second column.

It looks like the command down here?

{
  "Command": "type",
  "Target": "name=UpgradeProductId_input",
  "Value": "${!COL1}, ${!COL2}",
  "Description": ""
},

Hope someone can help me?

There are 2 elements with same attribute?

I have to fill the following text in the box out of a csv file:
10GB data, unlimited calling

My csv file recognizes this as 2 columns. However, sometimes it is only 1 column because he only has to fill in the following text:
10GB data only

Is the it possible to merge this in 1 column?
Hopefully that makes it a bit clearer?

Edit CSV file with spreadsheet editor and problem will be solved.

How am I supposed to do this then? You indicate edit with spreadsheet editor?
Kantu has to read the csv file and read it as 1 column (10GB data, unlimited calling), but it doesn’t.
Do I have to save the csv differently or what exactly do you mean by this?

use google sheets to save CSV file
Data.zip (143 Bytes)

{
      "Command": "csvRead",
      "Target": "Data",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "prompt",
      "Target": "${!col1}",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "prompt",
      "Target": "${!col2}",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "prompt",
      "Target": "${!col3}",
      "Value": "",
      "Description": ""
    }

Hello, i tried to do it with the prompt command. How can I select the confirm check box automatically?
Hope to hear from you.

Can you share screenshot / video?

if you mean “Confirm” button of prompt input box then you have to click it mannually.