Get the substatuses of Action

Hello All,
We are trying to fetch the details or substatuses for each member action in a BaseLine. We are trying below code, but the status is not coming properly.

“”"
(IDs of it , Names of it , Memeber actions of it , Names of Targeted computers of it , Detailed Statuses of results of it) of bes actions
"""
But this is not working properly. This one is giving wrong result.

Requesting you all to help us.

Multiple Action Groups have a second layer, Member Actions, that Actions do not. This sometimes trips me up.
Here is a quick and easy way to flatten things back out so you can see the relative structures:

(IDs of it , group member flag of it, Names of it , Names of Targeted computers of it , Detailed Statuses of results of it) of (it; member actions of it) of (bes actions)

Note that Baselines have a similar layer with Components and Component Groups

3 Likes

Thank you so much brolly for your help.

But the query given by you cound not be parsed and if we use like below, it is giving two tuples for each fixlet in a multiple action group.

“”"
(IDs of it, Names of it, Group member Flags of it,Names of Targeted Computers of it, names of member actions of it,Detailed Statuses of results of it) of bes actions whose (ID of it = 418)

“”"