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 / Building a Word Docume...
Power Apps
Unanswered

Building a Word Document without premium connector

(1) ShareShare
ReportReport
Posted on by 150

I have gotten most of my word document to fill using a Power App to start a flow and Automate to write to the properties of a SharePoint Library to fill the document. Where I am having issue is trying to create a faux table. I have looked thru the internet and it looks like you can build a regular table without premium so I am trying another way by concat the different columns and then push that to the document. Below is the code to send it to word:

Set(MissionCardNames,Concat(ShowColumns(colMissionCardTravelers,Traveler,Unit,StartDate,EndDate),Traveler,Char(10)));
Set(MissionCardUnit,Concat(ShowColumns(colMissionCardTravelers,Traveler,Unit,StartDate,EndDate),Unit,Char(10)));
Set(MissionCardDepart,Concat(ShowColumns(colMissionCardTravelers,Traveler,Unit,StartDate,EndDate),StartDate,Char(10)));
Set(MissionCardReturns,Concat(ShowColumns(colMissionCardTravelers,Traveler,Unit,StartDate,EndDate),EndDate,Char(10)));

'MARFORSOUTH-G37-MissionCard-CODIApp'.Run(ThisItem.ID,MissionCardNames,ThisItem.Title,MissionCardUnit,MissionCardDepart,MissionCardReturns)

It pushes the text to the SharePoint Library and each column is setup as multi-line. At first I had a couple set to single line and thought that was a problem but alas it wasn't. When I open the word document everything populates right except the different columns from above. The Name comes in correct and shows the breaks but the other three columns do not. They appear as a single line but when I look at the properties of the page it shows the breaks for each input. I am stumped. If anyone has any ideas I am open for them.

Categories:
I have the same question (0)
  • Ferminaterz Profile Picture
    150 on at

    Update to the above. I created new Columns on SharePoint for the items above giving me issues. Then I readded them to my template. It works fine but if anyone has an easier trick still looking for suggestions. 

  • Ferminaterz Profile Picture
    150 on at
    Since the entries are cells, it limits the entry to 255 characters without the premium connector to add a table. Then make sure to use multiline for each column. If you change them then you have to remove the old field from your word template and add the new one. 

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 426

#2
WarrenBelz Profile Picture

WarrenBelz 381 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 315 Super User 2026 Season 1

Last 30 days Overall leaderboard