Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
CG_Chris
New Member

Form to list formula query (An easy one)

I am sure this is really easy but I am new to Power Apps.

 

I have created a form which accepts multiple answers and a Microsoft list with the columns split out for each variant of the answer. At the moment each column is populated by the flow with "True" or "False" depending on whether the answer has been selected on the form. I want it to only populate if the answer has been selected and stay blank if it hasnt.

 

The formula i have used is;

 

if(contains(outputs('Get_response_details')?['body/r98e064XXXXXXXXXXfbd9463c6709201'],'Employee'),true,false)
 
Is there a better way of doing this? I have tried removing "false" and replacing with "0" but this doesnt work.
1 ACCEPTED SOLUTION
v-jingzhang
Community Support
Community Support

Hi @CG_Chris 

 

This community is for Power Query. To seek for suggestions regarding to building PowerApps, you can go to Building Power Apps - Power Platform Community. Hope this helps. 

 

Best Regards,
Community Support Team _ Jing

View solution in original post

1 REPLY 1
v-jingzhang
Community Support
Community Support

Hi @CG_Chris 

 

This community is for Power Query. To seek for suggestions regarding to building PowerApps, you can go to Building Power Apps - Power Platform Community. Hope this helps. 

 

Best Regards,
Community Support Team _ Jing

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors