Patch(
'FY27 Enterprise Risk Assessment Survey',
Defaults('FY27 Enterprise Risk Assessment Survey'),
{
// From Form1
Title: DataCardValue1.Text, // Replace with actual control name
// From Form2
'Column': DataCardValue3.Text,
// From Form3
Column: DataCardValue4.Selected.Value,
// From Form4
Column: DataCardValue5.Text,
// From Form5
'Column': DataCardValue6.Selected.Value,
// Additional fields not in the forms
Email: Email.Text,
'Management Level': {
Value: LookUp(Table1, Email = Email.Text, 'Management Level')
}
}
);
🏷️ Please tag me @MS.Ragavendar if you still have any queries related to the solution or issue persists.
✅ Please click Accept as solution if my post helped you solve your issue and help others who will face the similar issue in future.
❤️ Please consider giving it a Like, If the approach was useful in other ways.