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

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Producing Planner Desc...
Power Automate
Answered

Producing Planner Descriptions from several TypeForm checkbox entries

(0) ShareShare
ReportReport
Posted on by 32

We have a Typeform that asks our guests their type of food preferences.  Simple checkboxes for items like Spicy Foods, Nuts, Shellfish, etc.  So I have created a flow to take those answers and create a Planner Task for my kitchen staff to verify we do not serve these items in house.  However, my description looks terrible because I can only think to have the entry look something like this:

Items to not serve.png

 

 

 

 

 

 

 

 

 

 

 

 

 

And the result comes out looking like this (Assuming Guest only wanted Guava Juice): 

Task Name - Breakfast Items To Not Serve for Guest XXXX

Description -  , , , , , , , , , , , , Guava Juice, 

 

Can someone share with me an idea on how to just skip the extra spaces and commas if the value they were attached to are blank?

 

Thank you in advance,

Tripp

Categories:
I have the same question (0)
  • Verified answer
    v-yamao-msft Profile Picture
    Microsoft Employee on at

    Hi TrippK,

     

    Please consider to add Compose actions in your flow, then use workflow definition language to return the value you want.


    Please take this flow configuration for a reference.


    The function I am using in the Compose action is:

    if(empty(triggerBody()?['3: enter you email']),'',concat(triggerBody()?['3: enter you email'],','))


    This function will check if the dynamic content is empty or not, if it is empty, return a blank value, if not, concat the dynamic content with a comma.


    In my case, I just test with one dynamic content, for your scenario, you may consider to add more compose actions in the flow, then use the outputs of the compose actions for the description field.

    3.PNG

     

    The documentation about workflow definition language for your reference:
    https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-workflow-definition-language

     

    Please have a try with it. Please feel free reply if you need more help.


    Best regards,
    Mabel Mao

  • TrippK Profile Picture
    32 on at

    Thank you very much for your help.  I will give this a try and see if it will produce my desired results and get back with you.

     

    Grateful,

    Tripp

     

  • v-yamao-msft Profile Picture
    Microsoft Employee on at

    Hi TrippK,

     

    What’s your current situation?

     

    Does the function work for you now?

     

    Best regards,

    Mabel Mao        

  • TrippK Profile Picture
    32 on at

    WIth your help I have been able to produce some better results in my output.  Thank you Mabel.

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!

Leaderboard > Power Automate

#1
trice602 Profile Picture

trice602 239 Super User 2026 Season 1

#2
David_MA Profile Picture

David_MA 177 Super User 2026 Season 1

#3
Kalathiya Profile Picture

Kalathiya 97 Super User 2026 Season 1

Last 30 days Overall leaderboard