
Announcements
With(
{PDFName: ProjectNameRef & " " & Text(ProjectDateRef, "m-dd-yy")},
PowerAppsPSItoSharepoint.Run(
PDFName,
{
file:
{
name: PDFName,
contentBytes:
PDF(
ScreenNeuPSIReport,
{Orientation: "Landscape"}
)
}
}
)
)