Forum Discussion

tschm1880's avatar
tschm1880
Copper Contributor
Feb 07, 2023

Populate a value based on a number value in a text field

I had this working in an older version of this app but can't be bothered to reset all my progress to rollback. Even looking at the github commits (added git control), all the code looks the same.   ...
  • SvenSieverding's avatar
    Feb 07, 2023

    Hi tschm1880 

     

    which property do you declare using the formula

    If(
    Value(Label4_3.Text)>3,
    {Value:"Completed"},
    {Value:"Not Completed"}
    )

    ?
    It does not seem to be the "Default" property of your "Status_Datacard1", as this is set to ThisItem.Status.

    I used that formula on "Default" of "Status_Datacard1", and it works fine.

    Best Regards,
    Sven

     

Resources