QR Code scan to multiple fields

I followed this thread and made my own version

however when I run it I get the following error.
"the operation list to csv row can not accept the arguments:, [chaka,47,Married]

this is the data from my QRCode ->[chaka,47,Married]**

These are my blocks.

blocks

Please advise,

Regards,

Hello, You don't use "list to csv row". Try to use the split block:
snip
Put the result as the text and a comma in a string block as the "at" sector.
:grinning: :grinning:
EDIT:
use the "list from csv row" block, not the "list to csv row" block.
snip2

image

@Xtendera DERP! ill give that a whirl lol

@Xtendera that worked thanks!

Here are my updated blocks to help others
blocks

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.