args: - description: Context path to list of items with similar properties or key-value pairs. name: context_path required: true - description: Grid ID to modify. name: grid_id required: true - auto: PREDEFINED defaultValue: 'true' description: Set to 'true' to overwrite Grid Data. name: overwrite predefined: - 'false' - 'true' - description: 'Comma-separated list of grid columns, for example: (col1,col2,..,coln).' isArray: true name: columns required: true - defaultValue: '*' description: 'Keys to retrieve from items. Keys will not be columns correlated. Default is all keys. **Note**: when the number of values exceeds the number of columns, it truncates the last values that are outside the range for table. If you want to leave an empty column, provide a place holder name that should not be in the context data, such as "PLACE_HOLDER".' isArray: true name: keys - description: Columns names by which to sort the rows. isArray: true name: sort_by - auto: PREDEFINED defaultValue: 'false' description: Set to 'true' to unpack nested elements. name: unpack_nested_elements predefined: - 'false' - 'true' - defaultValue: '*' description: 'Keys to retrieve from nested dictionaries. Can be used only when the unpack_nested_elements argument is set to false. Keys will not be columns correlated. Default is all keys.' isArray: true name: keys_from_nested comment: Creates a Grid table from items or key-value pairs. commonfields: id: SetGridField version: -1 name: SetGridField script: '-' subtype: python3 timeout: '0' type: python dockerimage: demisto/pandas:1.0.0.10120494 fromversion: 5.0.0 tests: - No tests