Are you and @tyagi.j posting the same question each time hoping for more responses? I don’t think this is the first time I’ve seen your questions duplicated. If that’s the case, I understand that you think asking more times gives a better chance of response, but I assure you it doesn’t. Asking duplicate questions really just confuses the issue - often it is the case that multiple answers can build from each other to get the best answer, but that only works if the responses are grouped together in a thread.
I don’t have a console handy, but in the results tuple where you have
names of member actions of actions of it
I think you would want to change to
(name of it & ":" & (id of source fixlet of it as string | "<missing source fixlet>")) of member actions of actions of it
You can format the result in many ways, such as creating a tuple from the query and returning (item 0 of it, item 1 of it). Based on the query you already have, I think you understand how to do that but reply back if you need some more guidance.
The important considerations are that you want the source fixlet of action
property. You would also want to include error handling via the pipe (|) operator, as you cannot retrieve the source fixlet id for a ‘custom action’, a fixlet from a site your operator cannot access, or a source fixlet that has been deleted.
If this doesn’t work, let me know. I don’t have a console right now and I’m not certain you can retrieve a source fixlet for a member action directly - we may have to retrieve the source fixlet of the group action (baseline id) instead.