ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
CODEFile Name - triggerBody()['file']['name']Power Apps formula -Set( var12, Patch( Geography, Defaults(Geography), {Title: TextInput1.Text} ));Reset(TextInput1);ForAll( DataCardValue4.Attachments As Document, AddAttachmentfrompowerappstosharepointlist.Run( { file: { contentBytes: Document.Value, name: Document.Name }, number: var12.ID } ));Notify("done");Reset(DataCardValue4)
Good 👍🏻 Keep it up
Thanks 😊
Nice
Thank You So Much Brother ❤, Your Positive Response Motivates me to put More Effort's
Great video. Plz try to remove the fluff like the loading process
Thank you for your feedback, I will work on it. And Now Onwards I will remove the loading process in the video.Thank you so much 😊 for Supporting 💝
Thanks for sharing! Is it possible to attach multiple attachment fields in a different forms to single list?
Hi, why i can’t run multiple attachments using your provided powerapp formula…. Can you help assisting me. Thank you
Sure, Re-watch video. You are missing something
If i have multiple attachment controls.? does it patch multiple attachments from multiple attachment controls to same record.
Yes
How do we create attachment control to each row of a gallery or how will we insert attachment control to gallery.
For multi attachment what is the code to use?
Check Video, i write and show their please
Does this approach work for offline/temporary internet connection issues?
No, it requires internet
How send mail with attachment through power app with power automate
1st create a file in drive and then send file content in email attachment or directly send file content form power apps v2 connector to email attachment
For Single Attachment - ForAll( DataCardValue4.Attachments As Document, AddAttachmentfrompowerappstosharepointlist.Run( { file: { contentBytes:First(DataCardValue3.Attachments).Value, name: First(DataCardValue3.Attachments).Name }}) ));Notify("done");
CODE
File Name - triggerBody()['file']['name']
Power Apps formula -
Set(
var12,
Patch(
Geography,
Defaults(Geography),
{Title: TextInput1.Text}
)
);
Reset(TextInput1);
ForAll(
DataCardValue4.Attachments As Document,
AddAttachmentfrompowerappstosharepointlist.Run(
{
file: {
contentBytes: Document.Value,
name: Document.Name
},
number: var12.ID
}
)
);
Notify("done");
Reset(DataCardValue4)
Good 👍🏻
Keep it up
Thanks 😊
Nice
Thank You So Much Brother ❤, Your Positive Response Motivates me to put More Effort's
Great video. Plz try to remove the fluff like the loading process
Thank you for your feedback, I will work on it. And Now Onwards I will remove the loading process in the video.
Thank you so much 😊 for
Supporting 💝
Thanks for sharing! Is it possible to attach multiple attachment fields in a different forms to single list?
Hi, why i can’t run multiple attachments using your provided powerapp formula…. Can you help assisting me. Thank you
Sure, Re-watch video. You are missing something
If i have multiple attachment controls.? does it patch multiple attachments from multiple attachment controls to same record.
Yes
How do we create attachment control to each row of a gallery or how will we insert attachment control to gallery.
For multi attachment what is the code to use?
Check Video, i write and show their please
Does this approach work for offline/temporary internet connection issues?
No, it requires internet
How send mail with attachment through power app with power automate
1st create a file in drive and then send file content in email attachment or directly send file content form power apps v2 connector to email attachment
For Single Attachment - ForAll(
DataCardValue4.Attachments As Document,
AddAttachmentfrompowerappstosharepointlist.Run(
{
file: {
contentBytes:First(DataCardValue3.Attachments).Value,
name: First(DataCardValue3.Attachments).Name
}})
)
);
Notify("done");