Beginner Help! Make Changes to User not working

Hi all, Im working on my website following this tutorial:

However I am running into a issue that prevents me from moving further within it.

  1. Within the workflow when I try to make changes to current user I cannot “append” the stocks that the user looks up to the current list of stocks. I just get the red error after the “stocks = …” section. I know in the tutorial it says “stocks add…” But I believe the equal and add nomenclature to mean the same thing.


Any and all help would be greatly appreciated thanks!

Equal means you didnt set the stocks field of the user as list. Update your User data type to have a list called Stocks and use add. They are not same by the way. Add is for lists, equal is for single fields.

1 Like

OMG THANK YOU SO MUCH!!! That little button to make it a list really threw me off! Thanks for the help!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.