Hello guys, I am little bit stuck on this one. I have a forms with datacards, in which there are also checkboxes. I want to submit my form, but also want to add a text into another column, depending on if the user has selected the checkbox or not (into an excel). My issue is that I don’t know how to combine my text value and my checkbox value (which needs to be added into another column)
This is the code I have on my datacard “First_Name” on Update Property
Concatenate(DataCardValue2_1.Text, If(Checkbox3.Value = true, Patch(Table2_2, Defaults(Table2_2), {FN_manuell: "yes"})) )
It just doesn’t work
The idea is, the form is based on an AI builder and if the AI doesn’t get every column right, the user should be able to select the checkbox, so that the excel helps me to see which columns the ai got right and which needed to be filled in manually.
Did I miss something? Can u guys help me? Is this even possible? Just tired and confused at this point. Thanks in advance. Have a great weekend.