Hi All,
I have dictionary variable named diCommon , diBotConfig which consists key name as stEachKet value name as %prompt_assignment% I want dynamically add key value pair into diCommon, diBotConfig . This is how I assign (code below)... when I show the result, I can't see key pair..... It coming key value pair in display message shown ( Capture1.png)... can anyone please help why custom object diCommon, diBotConfig doesn't showing key pair inside?
Code:
IF stConfigBotName = $'''Common''' THEN SET diCommon[stEachKey] TO prompt_assignment ELSE SET diBotConfig[stEachKey] TO prompt_assignment END

Report
All responses (
Answers (