I feel like this should be simple but my brain is just missing something.
So say I have a dataset with fields . Title . Height . Width . called ‘Database1’
I then want to give the user the ability to input a selection from a dropdown menu which will input ‘set’ field values from another Database to ‘Database1’ . Title . Height . Width . in a one button submission click.
For example the drop down menu will have selections with unchangable/set values from ‘Database2’.
Square = Title:Square + Height:50 + Width:50
Rectangle = Title:Rectangle + Height:100 + Width:50
The user chooses ‘Square’ and submits, now I want the ‘Database1’ to add a new item line with the ‘Square’ values from ‘Database2’
How do I get this to work without coding, can someone show me a video or clearly explain this process to my broken brain please.
Many thanks in advance.