
Hi Everyone,
My question is why my function is not showing the correct data in last column.
I expected ThisItem.CustomerId to return the Id line by line. I tried with ThisRecord, but also without success.
Hi @tbernardes ,
You are correct in that DataTables do not "play nicely" with modifications - in particular you cannot refer to a "Selected" record, so ThisItem/ThisRecord simply does not work. If you do what you need in a Gallery, it will work as expected.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.