Expression Rule:
cast('type!{urn:com:appian:types:HSM}HSM_Elements?list', a!queryEntity( entity: cons!HSM_Entity, query: a!query( pagingInfo: a!pagingInfo( startIndex: 1, batchSize: 5000, sort: a!sortInfo( field:"S_No", ascending: true, ) ) ) ).data )
I want to retrieve every data without Status field from database.
Is it possible to retrieve using rules?
Discussion posts and replies are publicly visible
You can use the 'selection' parameter in the a!query() to pass all the other field names except status.