Hi!
Posted this in the general category, but no luck. Feel free to remove if you dont think the question belongs here 🙂
Feels like i've tried it all, and now i need your help
Building a canvas-app to display the 5 cases that are closest to the 'failure time' in regards of the SLA, and i want to display these in a gallery.
The issue is that i need the account-name related to the case to show, but i cant get that to work.
Most solutions i've tried is related to using the table 'SLA KPI Inscance' to extract this data, via the polymorphic field 'Regarding'.
Started out with the simple 'ThisItem.Regarding.***' gives a lot of options (case title, etc) but not the name of the account, and the latest i tried without success was:
LookUp(Cases,Case = GUID(ThisItem.'Regarding ID'),
AsType(Customer, Accounts).'Account Name')
Doesnt throw and error but the account name is not displayed.
I assume that the issue is that the Account is a look-up filed in the Case.
Any ideas on how to proceed?
Kind regards,
Anders