Error to create lists and dictionaries

Greetings everyone!

Does anyone know if MD changed the way of dealing with dictionaries and lists? I'm trying to create a log but MD is returning an error.

It should look like this: "log" dictionary inside it, every day another dictionary would be created with the key "dd/mm/yyyy, this second dictionary would receive a list and each key would store the log data.

I've already done a lot of complex macros involving dictionaries and lists, but this time it's not working as expected.

Can anyone help me?
 

Endercraft

Moderator (& bug finder :D)
I don't remember being any change, did this happen without you modifying the macro? If you did modify it there is a big chance you made a mistake somewhere.
 
I don't remember being any change, did this happen without you modifying the macro? If you did modify it there is a big chance you made a mistake somewhere.
I don't remember being any change, did this happen without you modifying the macro? If you did modify it there is a big chance you made a mistake somewhere.

Hi, I just saw your reply now. It's a new macro, I was making it from scratch.

It ended up working, but I had to do it another way.

Generally I go to define variable, select the list or dictionary and "Define manually" and enter the name of the key, now I clicked on "Add key" and MD already gave the default option.
 
Top