Hi,
I'm using email function in my app, see code below, but it doesn't work properly. It works to send email but it doesn't get all the items. The gallery is connected to a Sharepoint List.
For example It gets the values for Packaging Type, V-EMB Nr, LES Nr in Piece, Length, Width, Height but it gets no values for Weight, Volume, Customs Code, Customs Value, Storage and Bundle Quantity. Any idea why? The error message is Powerapps encountered an internal error trying to evaluate this expression.
Office365Outlook.SendEmailV2(
User().Email,
"Data from Packaging catalogue: " & " V-EMB " & TextInput4_1.Text & " - " & Body7.Text,
"<b>Packaging Type:</b> " & Body7.Text & "<p><b>V-EMB Nr:</b> " & TextInput4_1.Text & "<p><b>LES Nr in Piece: </b> " & Subtitle9.Text & "<p><b>Image: </b> " & Image15.Image & "<p><b>Length: </b> " & Body9.Text & " mm" & " , " & "<b>Width: </b> " & Subtitle15.Text & " mm" & " , " & "<b>Height: </b> " & Title15.Text & " mm" & "<p><b>Weight: </b> " & Body10.Text & " kg" & " , " & "<b>Volume: </b> " & Subtitle17.Text & " m3" & "<p><b>Customs Code: </b>" & Subtitle3.Text & " , " & "<b>Customs Value: </b>" & Body2.Text & " SEK" & "<p><b>Storage: </b> " & Title17.Text & " , " & "<b>Bundle Quantity: </b> " & Title4.Text & "<p><b>Sorting Instruction: </b> " & DataCardValue61.Text & "<p><b>Packing Instruction: </b> " & DataCardValue62.Text,
{
isHtml: true,
Importance: "Normal"
}
)
Print screen from App
Here is how email looks like when I receive it:
Packaging Type: PALLET OF WOOD, TYPE L
V-EMB Nr: 1
LES Nr in Piece: 9900000001
Image:
Length: 1225 mm , Width: 820 mm , Height: 151 mm
Weight: kg , Volume: m3
Customs Code: , Customs Value: SEK
Storage: , Bundle Quantity:
As you can see there is no values for Weight, Volume, Customs Code, Customs Value, Storage and Bundle Quantity. Any idea what's wrong?

Report
All responses (
Answers (