I am starting with powerapps actually , so please help me out with this noob question
I am just creating a basic from,which contains dropdown,date picker,text box etc., to get inputs from end users,but i don't get how to save the given data to the excel file (or other datasources) when the user clicks on submit button ?
I tried creating an app from this excel and i am able to add data and save but how to add any other controls like date picker/dropdown etc and link it to the excel please help ?
I think you will have to adjust thje date/time values in your application, according to your timezone. I hope the following will help as well: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-dateadd-datediff
As you said the time whatever i am giving on powerapp and what is displayed on excel both are different,i referred to the llink you have shared above, there they are asking to use embedded xls but i am doning it using a onedrive connector, any work around for that ?
Thanks this solved my query but as @dinusc said the time whatever i am giving on powerapp and what is displayed on excel both are diff any work around for that ?
Hi @vish_p,
Could you please share a screenshot about your app's configuration?
Where does your Excel file store?
I assume that your Excel file is stored within your OneDrive, I have made a test on my side, please take a try with the following workaround:
Then the Edit form would be generated as below:
The end users could fill in the Form, and then click the "Submit" button to save your form data into your Excel table.
In addition, I also agree with @dinusc's thought almost, because of Time zone, the date value you filled within the Edit form may be different from that within your Excel table.
More details about generating an app from Excel table, please check the following article:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/get-started-create-from-data
Best regards,
Kris
Try to define your "Date" column in Excel as DateTime or as Number. In Powerapps, set the DatePicker control to card's default value (as on any other card controls): MyAddedDateTimePicker.DefaultDate=Parent.Default.
Please note that the data is stored differently in PowerApps and Excel. The following page should help: https://powerusers.microsoft.com/t5/General-Discussion/DateTime-Is-displaying-wrong-time/td-p/44250
I already have all those columns in excel table,consider one column is date and when i link that with poweapps i need user to pickup the date from the calendar pop up and then the selected date should reflect in the date field in my source excel file..can you please help me how to do that ?
Hello @vish_p,
You can do it manually but my recommendation would be to have an Excel table with enough fields for all the controls (you can even set field types in Excel for future controls) and then use PowerApps to create an application out of that table. In application forms, you can then unlock the cards (see "Unlock to change properties" option in Advanced Propertied panel on the right) and replace the controls that have been added automatically by other controls. Please see this for more information: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/working-with-cards
WarrenBelz
98
Most Valuable Professional
MS.Ragavendar
60
stampcoin
48