Hi all, can anybody please let me know what is property function? and what is the main difference between property and index function. Thanks in advance
Discussion posts and replies are publicly visible
These are synonyms. You can use either of them. The name "property" implies fetching a value from a field by name, while "index" implies fetching a value from a list by its index.
Index function is clear for me.But can you please give any example for property function. Will be very helpful for better understanding.
https://docs.appian.com/suite/help/23.2/fnc_scripting_property.html
Hello saisaran31
Property function is used to get the data based on the field name. where as index is used to get data based on its index value, i.e. where the data is present in the array or list.
Below are two examples for better understanding
Hi Chaitanya, Understood!!. Thank you very much for the support