when i am submitting my data from my form then it can not show the lookup column results in my data table column just like i have lookup column genotype when i am submitting my data in my data table it only show me object,object value in my lookup column please help me to resolve this problem.
Solved! Go to Solution.
can try something like
Concat(ThisItem.Genotype," ")
You need to specify what column of Genotype you want to display, something like ThisItem.Genotype.Value (change Value with the column you want to show)
genotype is a lookup column in my form this is the screenshot when i am submit my form then it did not display in table it just display object not a value
Genotype is itself a column coming from the form
A lookup column will point to a different table and you have to specify the column of that referenced table in order to diplay in a text field in Power Apps.
Hello,
If this column multiple value ? If yes then you need to do a concat in orer to display the values in the data table.
Best regards,
Alaa
how i can concat can you show me in code form
can try something like
Concat(ThisItem.Genotype," ")
thanks alaabitar its working
User | Count |
---|---|
256 | |
107 | |
90 | |
51 | |
44 |