How to append string to array variable

@Raja.G Can you tell what you meant by that? :sweat_smile: Do you want to Store the Values in Excel instead of a text file ?

@supermanPunch I have excel file in column “A” data’s pass to input dialog box array dropdown

Excel column A
“AA”
“BB”
“CC”
I want to column A values to store in input dialog box array dropdown
Dropdown like
AA
BB
CC

@supermanPunch, @ppr

Thanks guys ,finally i got output , i have to pass excel column to input dialog box than meet IF condition once true automatically append and store the new string in that excel column

Regards,
Raja G

1 Like

I wanted to add array to array this helped, thank you :slight_smile:

Hello @Raja.G Array does not allow adding elements , instead of array you can use list which allows adding elements.

Thanks