Locate by id and parent id

hi,
i try to locate element by below xpath but appium error element not locate:
//[@id=‘edittext_layout_edittext_inputData’ and ./parent::[./parent::*[@id=‘view_sign_up_email_edit_text’]]]

i want to know how can i convert above xpath to appium locate that
my env is robotframework
tnx