Hi All,
I have a list name "List1" which has two fields
1. OrderID (Number Type)
2. OrderName (Single Line Text)
I have another list name "List2" which also has two fields
1. GetOrderID (Lookup field) which is Lookup from "List1" column "OrderID"
2. GetOrderName (Single Line)
I have written formula on default property of "GetOrderName (Single Line)". Below is the formula:-
LookUp(List1, OrderID = DataCardValue6.Selected.Value, OrderName) - did not work. then i tried to convert number field into string. below is the formula but it also did not work.
LookUp(List1, Text (OrderID) = DataCardValue6.Selected.Value, OrderName)
Note - If I change OrderID (Number Type) field into Single line then its working fine.
Please help into this.

Report
All responses (
Answers (