Hi,
I am trying to autopopulate a datacard with an ID from a different form.
The ID from form frmTaskSchedule (datasource: sharepoint list 'Task' should be populated in frmNewComment (datasource: sharepoint list 'Task Comments'). The 'Task Comments' list has a lookup column with the ID from the 'Task' list.
That lookup columns needs to be populated when submitting the form.
At the moment I am only getting a blank in that column when submitting the form.
I have a variable 'newID' to load data in the frmTaskSchedule and wanted to use the same for populating the datacard.
It is giving me a 'Expected Record value' when I use the 'newID' in the Default for the datacard.
Any suggestions?
Regards,
Hans