Am building an app where logged in user’s can add a ‘new place’.
I have created an ‘Add New Place’ screen, which has an image, label, and text components. In my database I have created a ‘new place’ table and a ‘places table’, both contain several properties, (see image.)
I am struggling to see how to use magic text to dynamically add a new place title and description. In addition I am using a ‘create new place’ action for the button to add the new place but not sure what to do with the magic text?
I am having a problem linking the magic text inside the create action to the image. I am missing something but not sure what? I have shared my tables and the image action screen.