Get Field Names
- 07 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Get Field Names
- Updated on 07 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | Database |
The Get Field Names step retrieves the field names associated with the specified Type Name. These retrieved field names are outputted as a String list.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Type Name | The Full Type Name of the Data Type to retrieve the fields from. For Example: DecisionsFramework.ServiceLayer.Services.Accounts.Account | String |
Outputs
Property | Description | Data Type |
---|---|---|
FieldNames | Full List of all the Fields within the Data Type provided. | List of String |
Was this article helpful?