Hi All,
I have a list Called "A" which I have customized in power app form. I have a lookup field which is lookup with a Number field of list "B". On selection on lookup field's value I am fetching the value of other filed of list "B" and its perfectly working fine for me. because for me, lookup field which is lookup with the number is showing to me with comma (ex-8,212) but for other country its showing with dot (ex- 8.212) and it is not working for them. below is the formula:-
LookUp('Control Master Data', ControlNumber = Value(DataCardValue38.Selected.Value), ControlName)
Control Master Data - is List B
ControlNumber - is number field in list B
ControlName - is text field in list B which I am fetching on selection.
for me in lookup field number is showing with comma and working and for them its showing with dot and not working.
Please help.
Thank you.