i have 2 tables table A and B . from table A i get temp employs data it selected to a form and if i click submit option i want to insert this form to table B .
Solved! Go to Solution.
You can use the Patch function;
Watch this tutorial;
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Instead of Datacard, Use the datacardvalues. Datacardvalues are the textboxes that holds what you enter on the form.
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Please mark as a solution.
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
You can use the Patch function;
Watch this tutorial;
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Patch(Table1_4,Defaults(Table1_4),{employeid:employeid_DataCard7.Text,employename:employename_DataCard7.Text,salary:salary_DataCard7.Text })
i try with this syntax but it shows error
table1_4 is the table which i want to insert this data cards
Instead of Datacard, Use the datacardvalues. Datacardvalues are the textboxes that holds what you enter on the form.
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Is it now ok?
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
yes it is working thanks
Please mark as a solution.
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
202 | |
173 | |
62 | |
32 | |
31 |
User | Count |
---|---|
325 | |
268 | |
104 | |
72 | |
56 |