Create record from int value

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nishan Perera
    Active Community Member
    • Jan 2019
    • 348

    Create record from int value

    Hi,

    I want to create record from a value.

    For an example I have 2 fields in Call as,
    Bool = Time-Off
    Int = Time-Off Call Count (this will enable only when bool is true)

    Workflow is to create records in call according to the time-off call count.

    Let say Max create a Call with "time off = true" and "time-off call count = 10"

    So I want is to create 10 Call records assigned user as Max


    I tried but no luck with create record with value. Any advice.
    Cheers!
    Nishan.
  • Maximus
    Senior Member
    • Nov 2018
    • 2731

    #2
    Hi,
    Here are the possible options to achieve this:
    1. Create different workflows for the each condition (e.g. if time-off call count = 1, if time-off call count = 2, if time-off call count = 3, ...., if time-off call count = 10, etc. ).
    2. Create BPM with a complicated logic.
    3. Create Hook.

    Comment

    Working...