@Anonymousyou need to convert you array output into string like this string('HERE YOUR OUTPUT') then you can format every part of your array if is static you can use the next expresions in a separeted compose actions.
concat(replace(split(outputs('ToString'),'","')[0],'[','{"values": '),'"}')
Letter B
concat('{"values": "',split(outputs('ToString'),'","')[1],'"}')
To letter C
concat('{"values": "',split(outputs('ToString'),'","')[2],'"}')
To letter D
concat('{"values": "',replace(split(outputs('ToString'),'","')[3],']','}'))
Then just add all the composes into you table action following the example a give you.