How To Make Formula in OmniScript
— : “In this post, we create a Date Formatter to showcase the date format. In the Formula field, establish a logic for the date format.” Step :– 1 “We are creating an Omniscript with three text fields (for DD/MM/YYYY) and one formula field (to calculate the format).” /*! elementor – v3.18.0 – 20-12-2023 */ .elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=”.svg”]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block} text field for input and formula field for calculate // in formula field IF(%Text1%>10,%Text1%,0+%Text1%),IF(%Text2%>10,%Text2%,0+%Text2%),IF(%Text3%>10,20+%Text3%,200+%Text3%) Step :– 2 On preview tab we pass date We find date format Salesforce Guide- https://help.salesforce.com/s/articleView?id=sf.os_create_a_formula_or_aggregate_in_an_omniscript.htm&type=5
How To Make Formula in OmniScript Read More »
