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 / Copilot Studio / How to Concat a Table ...
Copilot Studio
Suggested Answer

How to Concat a Table Topic Input Variable

(0) ShareShare
ReportReport
Posted on by 32
I have a Topic Input Variable called `titles` -- which is defined as a Table (variable data type) with the following schema:
 
kind: Table
columns:
  - name: title
    type: String
 
 
(I'd be happy with a String Array, but that is not listed as Variable Data Type option, so I'm resorting to this.)
 
I need to concatenate `titles` for a REST Query Parameter, so I have an expression like:
 
Concat(Topic.titles As t, "&title=" & t.title)
 
That doesn't work.  I have also tried the simpler:
 
Concat(Topic.titles, "&title=" & title)
 
Each expression is telling me the error:
 
Name isn't valid. `title` isn't recognized.
 
What am I missing?
Categories:
I have the same question (0)
  • Suggested answer
    AW-09010751-0 Profile Picture
    32 on at
    Apparently the Schema was incorrect.  It has to be:
     
    kind: Table
    properties:
      title: String
     
  • Suggested answer
    DuaS. Profile Picture
    198 Moderator on at
    Hi,
    Have You tried this way. 
     Concat(
        Topic.result,
        number & " : " & category,
        " , "
    )
     

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 > Copilot Studio

#1
Valantis Profile Picture

Valantis 277

#2
11manish Profile Picture

11manish 206

#3
sannavajjala87 Profile Picture

sannavajjala87 156 Super User 2026 Season 1

Last 30 days Overall leaderboard