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 Apps
Answered

HtmlText

(0) ShareShare
ReportReport
Posted on by 61

"<h3>Idle exclusion Request</h3>" &
"<strong> Items </strong>" &
"<table width='100%' border='1' cellpadding='5' style='border:1px solid black; border-collapse:collapse'>" &
"<tr style='background-color:#efefef'>
<th>FC Code</th> <th> Vehicle Type </th> <th> Vehicle SN </th> <th> RentCost </th> <th> RentStartDate </th> <th> RentEndDate </th> <th> 유휴 배제 </th> <th> 신청일 </th> <th> 신청자 </th> <th> 신청자 Email </th>
</tr>
<tr>" &
Concat(Col,
"<td>" & FC_In_Use & " </td>
<td>" & Vehicle_Type & " </td>
<td>" & Vehicle_SerialNo & " </td>
<td>" & Rent_Cost & " </td>
<td>" & Rent_StartDate & " </td>
<td>" & Rent_EndDate & " </td>
<td>" & Dropdown2.SelectedText.Value & " </td>
<td>" & Label1.Text & " </td>
<td>" & Subject_TextInput_Cancle_1.Text & " </td>
<td>" & Subject_TextInput_Cancle_2.Text & " </td>","</tr><tr>") &
"</table>"

 

I 'm using the selected text of the dropdown with the code above.

 

<td>" & Dropdown2.SelectedText.Value & " </td>       <--In this part, I want to insert the selected text in the dropdown and the text written in the text input at the same time.

 

 

Categories:
  • VishalJhaveri Profile Picture
    1,169 Moderator on at

    Write this in html text control box.

  • Huey Profile Picture
    61 on at

    @VishalJhaveri  can you give me the code?

  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at

    hey @Huey 

     

    u can insert the html box from the Insert Tab on the top of your studio (just as you insert a gallery or anything else)

     

    Let me know if my answer helped solving your issue.

    If it did please accept as solution and give it a thumbs up so we can help others in the community.



    Greetings

  • Huey Profile Picture
    61 on at

    @mmbr1606 

    That's not my question.

    <td>" & Dropdown2.SelectedText.Value & " </td> <--I would like to modify this part to insert the text selected in the dropdown and the text written in the textinput at the same time.

     

  • Verified answer
    iAm_ManCat Profile Picture
    18,256 Most Valuable Professional on at
    <td>" & Dropdown2.SelectedText.Value & YourTextInputName.Text & " </td>

    The above has no space between the dropdown and the textinput.

     

    The below has a space between the dropdown and the textinput

    <td>" & Dropdown2.SelectedText.Value & " " & YourTextInputName.Text & " </td>

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

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 382 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 329

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard