Announcements
Hi, I would like to know what error this formula is:
Patch('Security ActionPlan1';Defaults('Security ActionPlan1';{Responsável:TextInput1.Text;'Descrição do Problema':TextInput2.Text;Ação:TextInput3.Text;Prazo:DatePicker1.SelectedDate;Status:Dropdown1.Selected.Value}));;
Hi @Anonymous
For Dropdown.Selected
Patch('Security ActionPlan1';Defaults('Security ActionPlan1'; { Responsável:TextInput1.Text; 'Descrição do Problema':TextInput2.Text; Ação:TextInput3.Text; Prazo:DatePicker1.SelectedDate; Status:Dropdown1.Selected }));;
Hi @Anonymous ,
Seem that your Status column is a Choice column, if yes, you should use code like this:
Status:{Value:"Your Value"}
So try this formula:
Patch('Security ActionPlan1';Defaults('Security ActionPlan1';{Responsável:TextInput1.Text;'Descrição do Problema':TextInput2.Text;Ação:TextInput3.Text;Prazo:DatePicker1.SelectedDate;Status:{Value:Dropdown1.Selected.Value}}));;
Best regards,
Allen
It didn't work, more errors appeared,
I deleted your change and the error that appears is this
As I Mentioned, For the choice Column Patch command
Status:Dropdown1.Selected
It didn't work either
Can you please share the error information?
Looks like one closing parenthesis is missing. Highlighted below
Patch('Security ActionPlan1';Defaults('Security ActionPlan1');
and remove one at the end
Refer below example
Patch('Security ActionPlan1';Defaults('Security ActionPlan1'); { Responsável:TextInput1.Text; 'Descrição do Problema':TextInput2.Text; Ação:TextInput3.Text; Prazo:DatePicker1.SelectedDate; Status:Dropdown1.Selected });
But it is being shut down
Patch ('Security ActionPlan1'; Defaults ('Security ActionPlan1';{Responsável: TextInput1.Text;'Descrição do Problema': TextInput2.Text;Ação: TextInput3.Text;Prazo: DatePicker1.SelectedDate;Status:Dropdown1.Selected}));;
Looks still like you are using the old code. Did you updated the corrected one like below
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 339 Most Valuable Professional
11manish 180
MS.Ragavendar 88 Super User 2026 Season 1