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.
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.
Comment