10,730
edits
Line 366: | Line 366: | ||
| Exponentiation || Returns the nth exponent of a given number || Number || Arg1: Number; Arg2: Number | | Exponentiation || Returns the nth exponent of a given number || Number || Arg1: Number; Arg2: Number | ||
|- | |- | ||
| Format || Returns formatted string from StringList ([[Formatting strings in rules|How to use?]]) || Text || Arg1: Text; Arg2: StringList | | Format || Returns a formatted string from StringList ([[Formatting strings in rules|How to use?]]) || Text || Arg1: Text; Arg2: StringList | ||
|- | |||
| Format Single || Returns a formatted string with lookup target information. [https://www.youtube.com/watch?v=hn3lsFl3o9I&t=1518s More info] {{Badge|Webinar}} || Text || Arg1: Text with placeholders: {1} for entity ID, {2} for entity name. Arg2: Lookup field | |||
|- | |||
| Format Text || Returns a formatted string that can contain references to entity fields in the format ({entity.field:format}). [https://www.youtube.com/watch?v=hn3lsFl3o9I&t=1518s More info] {{Badge|Webinar}} || Text || Text with entity fields, e.g. <code>Call us at {account.phone} or mail us at {account.emailaddress}</code>. | |||
|- | |- | ||
| Get Date Part || Return a portion of a date time field || DateTime | | Get Date Part || Return a portion of a date time field || DateTime |