This is probably an easy question for you guys. But i cant solve it.
here in europe /sweden we use ; as a end.
I have a button that sends information to a list.
This is the code.
PA complains about the ; before the Navigate.
The patch and the Navigate works if I only use one of them.
Patch(
MentimeterAnswers;
Defaults(MentimeterAnswers);
{
Svar: Answer.Text;
QID: selectedQuestion.ID
}
);
Navigate(ThankUScreen1; ScreenTransition.None)