Hello you all.
Screen 1 contains a form:
I have 2 forms. Form one is submitted to a share point list. This all works fine. When the record is saved I show a extra button to link some data in a new share point list. And here i seem to have something that is not working like my mind would like to have it.
The extra button passes me to a new screen and passes a variable of the first screen.
Navigate(LinkWorkToContacts;ScreenTransition.CoverRight;{ID:ID_DataCard3.Default})
Screen 2 contains a form
In screen to I want to save place this variable in the Title datacard field (DataCardValue47) and then want to save this form.
It always has to be the id that was passed when pressing the button.
How do I do this? or is this not possible to fill in a datacardvalue with a variable that was passed from somewhere else?