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 / Power Apps / Save data to a new dat...
Power Apps
Unanswered

Save data to a new dataverse table

(1) ShareShare
ReportReport
Posted on by

Good night,
I need to know what the formula is to save the information contained in a rich text box.

This is my formula:

UpdateIf('BD Clientes';
Id = GalVisitas.Selected.'Visita No';
{
Actividad1: RichTextTarea1.HtmlText
}
)

Captura6.PNG
Categories:
I have the same question (0)
  • poweractivate Profile Picture
    11,078 Most Valuable Professional on at

    Try to rewrite your formula using Patch, I assume you are placing it in the OnSelect property of your button, replace that UpdateIf you have now with the below instead:

     

    Patch(
     'BD Clientes';
     LookUp('BD Clientes'; Id = GalVisitas.Selected.'Visita No');
     { Actividad1: RichTextTarea1.HtmlText }
    )
    

     

    I am assuming "Id" is the actual, true name of your column in 'BD Clientes'.

    If it is not, use the actual name.

     

    If that part with the "Id" doesn't work or make sense what to replace it with, then please provide more info in a reply, about what GalVisitas.Selected.'Visita No' is supposed to mean, and which column in 'BD Clientes' is associated with this 'Vista No'.

     

    If that idea is not even correct at all, then tell me more instead what you are trying to do and more info about both GalVisitas (and which Table in Dataverse its pointing to right now, check the Items property of the GalVisitas Gallery and tell me the formula in your reply) and also tell more info about 'BD Clientes' and how it is supposed to be related with what is in the Items property of GalVisitas.

    See if it helps @CarlosN 

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 Apps

#1
Haque Profile Picture

Haque 94

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 38 Super User 2026 Season 1

Last 30 days Overall leaderboard