๐๏ธ Start
The Start node is the entry point of your Canvas flow. It initializes the flow execution and sets up the initial greeting to the user.
๐๏ธ Branch
The Branch node allows you to create conditional paths in your Canvas flow. It evaluates conditions and directs the flow to different paths based on the result.
๐๏ธ Start Over
The Start Over node is a special node that allows you to reset the flow to the beginning.
๐๏ธ Wait
The Wait node pauses the flow for a specified amount of time before continuing.