
Hi,
I'm trying to create real time workflow for auto number functionality. I followed below steps, but I'm getting Invalid Argument error, while try to update a field in entity.
1. Created Real time workflow.
2. Choose Entity as my custom entity "MyEntity".
3. Scope set as Organization.
4. I added step, UPDATE and choose entity "MyEntity".
5 On click of Set Properties button, popping up new window getting error says "INVALID ARGUMENT".
6. I need to assign value for one of the field of MyEntity here but I'm unable to. Please help me here.
*This post is locked for comments
I have the same question (0)Hi,
You'll get this error if there's a bug in the workflow assembly where the workflow arguments are defined. Here's documentation on the valid types of arguments: msdn.microsoft.com/.../gg327984.aspx
If this is a workflow you wrote, check your code and make sure it conforms to those standards. If you're on-prem and turn on tracing, you should see more details. If it's a package you found online, email the distributor to see if they can fix it.
Hope this helps! i'd appreciate if you'd mark this as a Verified answer.
Thanks,
Aiden