Writing char array to S7 PLC Datablock

Hi I'm new to node red. Currently I have flows set up to read and write to datablocks on a Siemens PLC using node-red-contrib-s7comm. I'm able to read the DBs without issue but I can't figure out how to write multiple values at once. For example I'm trying to write a 32 character char array but I can't figure out how to write all the values at once. The only way I've managed to get it to work is by writing each char separately, which is taking forever to setup and there's over 700 variables in the DB. Can anyone advise how I can write multiple variables at once to a DB?

Thanks

there have string address and maybe can write string to plc.