Hi,
So Here's my app,
I have an UI in power apps which calls a flow when clicking on submit button. The app sends 3 inputs to the flow, 2 text inputs and 1 input from date picker, which I formatted a bit using the Text() function.
My flow simply takes these inputs and appends to the excel table, which I connected to it, I did this cause using powerapps patch() function creates issues with locks when the excel file is opened by someone else.
The issue is with the date picker, the format I want is '10-Aug-21', 'Aug-21', or '10-08-21' but the cell in excel in always in the '10-08-2021 00:00:00' format, I checked the input and output of the flow component and its in the format I want but rows in the excel file always ends up being in this format of date and time. Can somebody tell me why this is happening?
Hey! In power autoamte you have some functions to format datetime
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Did you know that you could restore a deleted flow? Check out this helpful article.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
23 | |
16 | |
11 | |
10 | |
8 |
User | Count |
---|---|
32 | |
27 | |
25 | |
17 | |
16 |