Hi @VijayLaas per the description of to_map function it will take comma separated strings and create key value pairs for example if you provide to_map("first","value1","second","value2") you'll get first:value1 and second:value2it seems to be some syntax error hence you are getting the null results....