how to fill list type slot.
consider : Chat bot is responsible to take public complaints.
supporting documents is required for any complaint , chat bot asks for it . a customized chat-bot client uploads supporting files and now the URL of supporting files is to be filled in the attachments slot.
/myCustomAction{'attachments':['file1','file2']}
is there a better way to do this?