@Flowbginner
Put this code in the OnVisible property of your screen
Set(readOnlyFields,false);
Next, put this code in your Add A Service button
Set(readOnlyFields,true);
Finally, put this code in the DisplayMode property of each of your 3 DataCard value fields
If(readOnlyFields=true,View,Edit);
—-
Please Accept as Solution if this post answered your question so others may find it more quickly. If you found this post helpful consider giving it a Thumbs Up.