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 / PDF Function doesn´t w...
Power Apps
Unanswered

PDF Function doesn´t work on Mobile

(0) ShareShare
ReportReport
Posted on by 12
Is the PDF function not usable in a Power Apps mobile app? The PDF function works when I’m using the app on a laptop, but not when I’m using it on mobile. I receive this error message: ‘TriggerInputSchemaMismatch,’ with the following details: ‘The input body for trigger ‘manual’ of type ‘Request’ did not match its schema definition. Error details: ‘Invalid type. Expected String but got Null.’’

If anyone has a solution for this error, I’d appreciate it!
Categories:
I have the same question (0)
  • Fierropy Profile Picture
    2 on at
    Idd
     

    The PDF() function on mobile devices is slower, but the stream already fires without the content. 

    In my case, I set a timer 3 seconds after the execution of PDF() and at the end execute the call to the flow.

     

    "Bottom" - Onselect
     
    Set(
    _pdf3;
    PDF(
    ContainerPreviewVistaPrevia;
    {ExpandContainers: true}
    )
    );;
     
     
    Timer - OnTimerEnd
    Set(
    _resultPDF;
    GuardarCheckList.Run(
    itemVerificacion.ID;
    {
    file: {
    name: "Check" & itemVerificacion.ID & "-" & Text(
    DateValue(Now());
    "dd_mm_yyyyy"
    ) & "-" & itemVerificacion.Chasis & ".pdf";
    contentBytes: _pdf3
    }
    }
    )
    );;
     
    I hope it helped you
     

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,033

#2
Valantis Profile Picture

Valantis 632

#3
11manish Profile Picture

11manish 607

Last 30 days Overall leaderboard