Solved! Go to Solution.
Making Use of the LastSubmit function to achieve sending record to two table at the same time. This is to ensure same ID field reflect in the two tables. We would use ZA_Hazard_List as the main table which would replicate ZA_Cost. Since both have similar fields. Let Follow this:
3. Set its Item property to FormZACost.LastSubmit. The idea is to collect all data submitted to ZA_Hazard_List immediately.
This way, the User will not have to re-enter any data again.
4. Change the Displaymode of the ID Field to View to avoid users changing the ID.
5. You can now insert Buttons for the submit
If you like this reply, please give kudos. And if this solves your problem, please accept this reply as the solution.
I only been using submit form
Didnt know there was another way as new to this
On my App i wanted to have one button to send data to both SP lists and for both of them to have the ID number from my main SP list, but i dont think patch will work for this??
just thinking now if i had two fields on both SP lists where i use Concatenate and create unique items from other populated items???
Making Use of the LastSubmit function to achieve sending record to two table at the same time. This is to ensure same ID field reflect in the two tables. We would use ZA_Hazard_List as the main table which would replicate ZA_Cost. Since both have similar fields. Let Follow this:
3. Set its Item property to FormZACost.LastSubmit. The idea is to collect all data submitted to ZA_Hazard_List immediately.
This way, the User will not have to re-enter any data again.
4. Change the Displaymode of the ID Field to View to avoid users changing the ID.
5. You can now insert Buttons for the submit
If you like this reply, please give kudos. And if this solves your problem, please accept this reply as the solution.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
207 | |
98 | |
60 | |
55 | |
52 |
User | Count |
---|---|
257 | |
160 | |
87 | |
79 | |
66 |