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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / only some data show on...
Power Apps
Unanswered

only some data show on the PDF , sometimes all data and some times 0 data

(0) ShareShare
ReportReport
Posted on by 93

 

 

am using this code on success edit form

Signature.Run(EditForm.LastSubmit.ID,varJson,"<!DOCTYPE html>
<html>
<body>
<img src="&JSON(logo.Image,JSONFormat.IgnoreBinaryData)&">
<h1>Consent information</h1>
<p>Date:"&DataCardValue3.SelectedDate&" </p>
<p>Employee name:"&DataCardValue1.Text&" </p>
<p>Employee ID:"&DataCardValue6.Text&" </p>
<p>Employee Email:"&DataCardValue15.Text&" </p>
<p>IP-PHONE MAC-ADDRESS:"&DataCardValue4.Text&" </p>
<p>IP-PHONE SERIAL:"&DataCardValue5.Text&" </p>
<p>Scanned by:"&DataCardValue7.Text&" </p>
<p>Signature:</p>
<img src="&JSON(PenInput1.Image,JSONFormat.IgnoreBinaryData)&">
</body>
</html>
")

for some reason only signature and scanned by data with logo image show up

 

submit button code:

Set(varJson,JSON(PenInput1.Image,JSONFormat.IncludeBinaryData));Set(varJson,Mid(varJson,24,Len(varJson)-24));SubmitForm(EditForm);Navigate(Success, ScreenTransition.Fade)

=====================================

nvm found the solution saved the datacard text values in variables and they started showing up again

instead 

<p>Employee name:"&DataCardValue1.Text&" </p>

used

empname is variable holder for datacardbvalue1.text

<p>Employee name:"&EmpName&" </p>

Categories:
I have the same question (0)
  • v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @warsongg00 ,

    Have you solved your problem?

     

    If you have solved your problem, please consider go ahead to click "Accept as Solution" to identify this thread has been solved.

     

    Best regards,

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 377 Most Valuable Professional

#2
11manish Profile Picture

11manish 165 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 110 Super User 2026 Season 2

Last 30 days Overall leaderboard