Hello All,
In power app, we have date and time(Singleline Text field ) getting captured and saved in Sharepoint using the Now() function based on the status update.
We have many single line text field created for different status field.Approval Date,Reject Date,Implement Date and close Date.
My requirement is:
When a user clicks on the Approver button -it capture's the Date and time ,but only the date should get displayed in powerapp and in sharepoint list the Date and time should get reflected,User Name should also get captured (Who is the approver).
Any help very much appreciated.Thanks in advance
Solved! Go to Solution.
Hi @Salesforce ,
You can simply display it in Power Apps as
Text(YourDateTimeField,"dd/mm/yyyy")
it will not affect the SharePoint field. The User can be referenced as
User().FullName
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
Hi @Salesforce ,
You can simply display it in Power Apps as
Text(YourDateTimeField,"dd/mm/yyyy")
it will not affect the SharePoint field. The User can be referenced as
User().FullName
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
200 | |
52 | |
41 | |
39 | |
35 |
User | Count |
---|---|
261 | |
86 | |
71 | |
69 | |
66 |