Hello,
Context: I am developing an app, the intent of which is to allow users to Submit Documentation via a form which has fields that are connected to columns in a sharepoint list. Several of these fields are Rich Text Editor boxes with Default Text of HTML code that creates a table which can be edited by the user. One of the functionalities i am trying to create, is to allow the user be able to save their spot when filling out a form, in order to revisit or have another user contribute before submitting. This is accomplished currently using a Status (choices) column, with status's such as "ID Reserved" (Default value) "Drafted" and "Submitted". When the user has drafted their information, and wish to save their spot, they use a button that patches the status to Draft and then submits the form, thus saving their info. this works fine, but, when a user revisits the page with drafted information, the default values in several of the fields is replacing the information populated by the user.
I have tried the formula below to no success;
If(IsBlank(Parent.Default),"Default Text (HTML Table)", Parent.Default)
The formula does not give an error, but it does not appear to actually do anything different than just having the table.
If any additional information is needed I am happy to provide. I am new to powerapps and appreciate any assistance that can be offered.

Report
All responses (
Answers (