@ASNeelima These options let you view the resource fields through client data or profiles. For instance, when you designate the category attribute as an input field, it enables you to specify its value. Essentially, this means you can modify the category attribute value if necessary. For testing, if I wish to alter the value, I can do so in the user interface. However, if you set it to 'value' type, the attribute value becomes uneditable. On the other hand, the 'list' type is useful when you need to display multiple values. Similarly separator splits the values.
- Input field: is an editable field.
- Value: is a read-only field.
- List: is a table.
- Separator: splits your elements into categories.
Consider adding a new field to the profile resource. Set up the screen to include this field, define its type, and then review it in the profiles section of the user interface.
Thanks, Sathees