The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.
I defined a persistent infotable userRecentAssets in UserExtensions Thing Shape
The infotable has a datashape defined like:
So I have
Now inside a service I am getting this infotable for current user like:
That works but when I want to check if there were any changes to my table I get this
What am I missing so I can see the values?
Solved! Go to Solution.
Hi @EM_9923519.
From your case, I found that the engineer assisted you with making some code changes for a custom implementation to keep track of all recent user assets utilizing a Data Table for storing the values, and queries to sort the rows based in descending order by using the timestamp field or ID field.
If you agree that this was the solution, please mark this response as the Accepted Solution for the benefit of others with the same issue.
Regards.
--Sharon
Composer probably isn't set up to see infotable values within user extensions.
So I think you will need to create a service (and maybe associated mashup) to see the values.
You can probably use a service that does something like
var result = Users[NameOfUser].NameOfUserExtension
set the output to InfoTable and then display it in a grid
Thanks for your response I have tried what you suggested (besides other approaches) but still no success, I opened a Ticket
Hi @EM_9923519.
From your case, I found that the engineer assisted you with making some code changes for a custom implementation to keep track of all recent user assets utilizing a Data Table for storing the values, and queries to sort the rows based in descending order by using the timestamp field or ID field.
If you agree that this was the solution, please mark this response as the Accepted Solution for the benefit of others with the same issue.
Regards.
--Sharon