JSON Content and Word Output
The JSON content is: {"form":{ "gender":"M"}}.
In Word, the output statement is: <<[form.gender]>>, which works fine.
However, if the JSON content is: {"form":{ "smoke":["Y","N"]}}.
In W…...Discourse November 5, 2024, 8:44am 2 @chongpeng To correctly output...Like chongpeng November 6, 2024, 2:55am 4 Can work, thank you. 1...