I wanna create workflow which will create a new record but how can I set a dynamic record name?
I mean record name and fields name too
Is anybody knows how I can set it like ${value field1} + ${values field2}
right now I can set only static value or field but can match more than 2 fields?
For example, If I wanna my new created named first name + last name + Instagram field?
All works well BUT if I try to delete my converted contact than workflow will start again
Maybe you know why workflow looking at other modules? If I chosen leads
If I uncheck “Repeated Runs” than it will be starting only one time but I wanna just starting workflow every time I converting lead
In the conditions, you can test if a field was changed. In type use any change
You can also do your own fine-tuned “repeated runs” control. Just use a custom field (or any other unused field) to store a value indicating that the Workflow has already run on this record, and then check that in the conditions.