From google sheet i can bring one colums data depanding on item in appsheet . but i wants to bring 2 colums data in that appsheet cell. Is it possible.
My existing logic = IN([_THIS],SELECT(Info[DB Name], [_THISROW].[Territory] = [Territory]))
From google sheet i can bring one colums data depanding on item in appsheet . but i wants to bring 2 colums data in that appsheet cell. Is it possible.
My existing logic = IN([_THIS],SELECT(Info[DB Name], [_THISROW].[Territory] = [Territory]))
It’s unclear what you’re trying to accomplish.
Maybe you need the CONCATENATE function?
This expression doesn’t “bring one colums data”, but rather returns a Yes/No value from the IN function.