Hi,
I need help.
so when in apps I select "Home" then I submit, what appears in the list remains "Office" how to solve it?
I use default "office"
Thanks
Solved! Go to Solution.
Ok now lets do it different way, first delete the existing datacard radio button from the form and re Add new and submit and see if it saves correctly? ,
if you un sure how to add see this post @timl answered this https://powerusers.microsoft.com/t5/Building-Power-Apps/How-to-add-extra-data-card/td-p/420658
Or Can you please tell me how do you submit the data explain or screenshots, example is the form DisplayMode New / Edit ? also what is the data source in the form also will be better if you take screen shot SharePoint Settings.
I am asking this because the last code I have provided is straight forward, it should had patch no matter even if you have default on the radio button Home / Office, as i can see your issue is within Canvas app especially in Radio3 data card ,
Hi @misterjonih ,
Could you please show the patch function also were you are submitting this values. Also if you have added reset property could you please check if it is resetting before submitting the values.
If this post was helpful or you need more help please consider giving Thumbs Up and Tag me in your reply I'll be happy to help. If this post helped you solve your issue please click Accept as solution and provide Thumbs Up. This will help others find it more readily.
I don't use the patch, just use choice
I assume you are Sharepoint Forms.
In Chocie field are you setting the Default value ?
If this post was helpful or you need more help please consider giving Thumbs Up and Tag me in your reply I'll be happy to help. If this post helped you solve your issue please click Accept as solution and provide Thumbs Up. This will help others find it more readily.
Check the form DataCard of the radio Update Property what is set?
Understand data cards in canvas apps
What is the error please hover the mouse?
To test it please add this code a button and run it
Patch(
YourDataSource,
Defaults(YourDataSource),
{
From:Text(Radio3.Selected.Value)
})