Hello everyone,
have a problem with the patch function in power apps. I'm not getting any further right now.
I have a Sharepoint list with 4 entries:
Type1 - Type4
In Powerapps I have 4 buttons, CheckIn, CheckOut, LunchIn and LunchOut.
My code looks like this:
If (ThisItem.display = Self.Text && ThisItem.enabled;
Patch (time_tracking;
{Title: User;
'type': ThisItem.value;
type1: ThisItem.value;
type2: ThisItem.value;
type3: ThisItem.value;
Time: Text (Now (); "[$ -de-DE] yyyymmddhhmm"); Date: Now ()
}
);
My problem is now that he creates a new line for each button pressed. I would like to have a line with these 4 properties
greetings
@memphis111 please check this out https://www.youtube.com/watch?v=gX5q_V3U8-s
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
12 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
20 | |
20 | |
17 | |
8 | |
8 |