web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : rI4FVcwNdEN69BiwmVDBNR
Power Apps - Building Power Apps
Unanswered

Sending Email Whilst offline

Like (0) ShareShare
ReportReport
Posted on 3 Jul 2023 13:57:05 by

I am trying to resolve the issue where if the app loses internet connection it fails when sending data to an email.

I would like to cache it locally till the app gets an internet connection.

The current code when submit button is pressed is below:

 

Office365Outlook.SendEmailV2(
"testing@test.co.uk",
"Gift Aid Form",
"<b>Title:</b>" & MrMrsTitle.Selected.Value & "<br>" &
"<b>First Name:</b>" & FirstName.Text & "<br>" &
"<b>Last Name:</b>" & LastName.Text & "<br>" &
"<b>Home Address:</b>" & HomeAddress.Text & "<br>" &
"<b>Email Address:</b>" & EmailAddress.Text & "<br>" &
"<b>Date:</b>" & Date.SelectedDate & "<br>" &
"<b>Contact Customer by Post?:</b>" & ContactByPost.Value & "<br>" &
"<b>Contact Customer by Email?:</b>" & ContactByEmail.Value & "<br>" &
"<b>Donor Number:</b>" & DonorNumber.Text & "<br>"
);

Navigate('Form Submitted Page', ScreenTransition.Cover)

Categories:
  • Geeks_D Profile Picture
    1,169 on 03 Jul 2023 at 14:30:34
    Re: Sending Email Whilst offline

    On your send button, add An IF Condition to check connection if the device is online,
    If Online Execute the Send option
    If Offline Create a Collection

    Add a Label for number of entries in the collection and when the device is back online USe ForAll to send each item in the collection 

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410 Super User 2025 Season 2

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 2