Hello Everyone,
I have use Send Email Activity and checked Save as Draft
Can I get IsDraft value from Locals Panel for assign to variable?
Regards,
Aeklikit
Hello Everyone,
I have use Send Email Activity and checked Save as Draft
Can I get IsDraft value from Locals Panel for assign to variable?
Regards,
Aeklikit
Hi,
“Save as Draft” is display name of IsDraft property. And IsDraft is Boolean type (not OutArgument<Boolean> or InOutArgument<Boolean>). So we cannot get it to variable.
Regards,