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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Choices, xpath, & [Bra...
Power Automate
Unanswered

Choices, xpath, & [Brackets]

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi all, I'm using xpath(xml(json(concat('{"root":{"choices":', item()?['MyValue'] , '}}'))), '/root/choices/Value/text()') to return an array from my Sharepoint list for each Choices column type and adding it to an HTML table.

When the values appear for each of the Choices columns, they appear in the HTML table as ["Value1","Value2"] but I want them to appear as Value1, Value2.

I've been trying to use replace unsuccessfully, so far, to strip out the brackets and quotes around each of the values so only the value itself is returned. ?

Thanks in advance!

Categories:
I have the same question (0)
  • DeepakS Profile Picture
    2,301 Most Valuable Professional on at

    Hi @russrimm 

     

    If you are getting results as  ["Value1","Value2"] you can assign it to an array variable to get each value as you expected.

    Array.png

     

    Now being said that i am not sure if this is your issue, if not please share a screen capture and a bit more details of your flow.

     

     

  • russrimm Profile Picture
    Microsoft Employee on at

    Thanks Deepak, I can get them into an array, I guess what i'm not sure if is once I get them into the array how to get them into my html table without the [""] around the values.  I can't initialize an array variable in an Apply to Each, so it seems like ultimately I need to somehow initialize the array and join the values with a comma and then insert that into each row in my html table just to get rid of the [""].  When I try to initiailze the array it automatically adds an apply to each and then I get an error letting me know I can't initialize an array in an apply to each.  My first step is a "Get sharepoint items" and then 3 of the columns are a "Choices" type and may have more than one value.  Those are the ones i'm trying to strip the brackets and quotes from when they're added to my html table.

  • DeepakS Profile Picture
    2,301 Most Valuable Professional on at

    Hi @russrimm 

     

    Can you share a screen capture of the flow so i can understand /help you better.

     

    -----------------------------------------------------------------------------------------
    If I have answered your question, please mark your post as Solved.
    If you like my response, please give it a Thumbs Up.

  • v-bacao-msft Profile Picture
    on at

     

    Hi @russrimm ,

     

    Please try to use Join to remove brackets and quotes, since that it is an array.

    192.PNG193.PNG

    Hope this helps.

     

    Best Regards,

  • russrimm Profile Picture
    Microsoft Employee on at

    If I try doing an initialize variable of the Array type, as soon as I add my "Choices" column, it automatically adds an Apply to Each step and then tells me that I can't have an initialize array as the first step in an Apply to Each.  I just want all the choices they selected (the choices columns allow multiple selection) to show in the CSV and HTML tables without the ["   "] around them, otherwise it's working OK as it is.  It just gets the items and adds them all to a csv and html, but the Choices columns are always adding the [" "].

  • ChristianAbata Profile Picture
    8,951 Most Valuable Professional on at

    @russrimm  could you share an screanshot to understand better?

  • v-bacao-msft Profile Picture
    on at

     

    Hi @russrimm ,

     

    I remember that I have responded to this question and provided some suggestions in the email message you sent me. Please check it.

     

    Best Regards,

  • Exon02 Profile Picture
    2 on at

    @russrimm 

     

    i'm having the same issue how did you resolve it? Please share.

    Thanks in advance!

  • russrimm Profile Picture
    Microsoft Employee on at

    Hi @Exon02 I ended up changing the column type to text and using comma delimited values with Split.  I've learned to avoid using Choice column types more.

  • arghhh Profile Picture
    8 on at

    @russrimm @Exon02 

    Add join to your xpath to set your delimiter at the end of the expression.

     

    join(xpath(xml(json(concat('{"root":{"choices":', item()?['MyValue'] , '}}'))), '/root/choices/Value/text()')', ')

     

    Or for example pulling a DisplayName out of a people picker.

     

    join(xpath(xml(json(concat('{"body":{"value":', item()?['value'], '}}'))), '/body/value/DisplayName/text()'), ', ')

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 522 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 364 Moderator

#3
abm abm Profile Picture

abm abm 243 Most Valuable Professional

Last 30 days Overall leaderboard