Need help with creating Robomotion flow

I have created a workflow to automate account creation on a website. It is not recognising some of the elements in the flow. Error is element not found. Attached is the screenshot


Can you help me fix the issue

Hi,

Just try adding “Before Delay” of 1-2 seconds to the elements. That way robot can wait for actual element is shown in the page.

Better you can use “Wait Element” with the same XPath of the element with 30 sec timeout. This way whenever the element is ready to be clicked, or edited flow will wait for it and then continue. 0.1 sec, 1 sec or 5 sec …

the difference is if you only add a delay, you will wait that long even the element is ready.