• Multiple formulas in Execute Formula on Document

    By Daniel Kisa 2 decades ago

    Hi Mark, First of all congratulations on an excellent application. I am working on configuring some quite complex workflows for the manufacturing company I work for.



    My question: In an Action\Procedures\Execute Formula on Document how do I add a multiple line formula such as:

    @SetField("StsInInsp";"Pass");

    @SetField("StsLabTestRes";"Not Req.");

    @Success



    I have also tried @Do(@SetField("StsInInsp";"Pass");@SetField("StsLabTestRes";"Not Req.");@Success).



    Only the first expression seems to execute. How can I make this work without any LotusScript knowledge?