Hello Power Apps Community,
I built out a mutiple screen form powered by dataverse, that I intend to be one record that I have split columns to mutiple screens. I am trying to find a method to bring all the columns together but I can not find a method to do this. I have limited experience in power apps but everything i have seen about using "attachments" and submitting works soley for sharepoint lists. This is powered by Dataverse. I hope someone can help out with this and I look forward to hearing from someone!
Cheers,
Solved! Go to Solution.
@chisjames, just trying to rephrase your question,
Regards,
Ahmed
If my reply helped you, please give a 👍. And if it has solved your issue, please consider Accepting it as the Solution to help other members of the community find it more.
Hi @chisjames ,
First of all, you can try and use Form1.Updates, Form2.Updates etc. along with the Patch function to submit the forms once and together to Dataverse table:
Patch(TableName, Defaults(TableName), Form1.Updates, Form2.Updates, ...)
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
See this video for three ways to attach files in Dataverse. https://www.youtube.com/watch?v=8zCcIQ_gpB8
@chisjames, just trying to rephrase your question,
Regards,
Ahmed
If my reply helped you, please give a 👍. And if it has solved your issue, please consider Accepting it as the Solution to help other members of the community find it more.
Hi @chisjames ,
First of all, you can try and use Form1.Updates, Form2.Updates etc. along with the Patch function to submit the forms once and together to Dataverse table:
Patch(TableName, Defaults(TableName), Form1.Updates, Form2.Updates, ...)
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Hello Ahmed,
Thank you for the help. And No there's no attachment column within dataverse that I have seen or can be enabled. I know Sharepoint does have that option but it is not within Dataverse
See this video for three ways to attach files in Dataverse. https://www.youtube.com/watch?v=8zCcIQ_gpB8
Hello thank you for the help! I was able to enable attachments and figured it out. Thank you for the help!
User | Count |
---|---|
172 | |
90 | |
74 | |
69 | |
58 |
User | Count |
---|---|
215 | |
160 | |
98 | |
92 | |
73 |