I am using an automator plugin to receive a webhook with information that will be used to create a Gravity Forms entry. Part of the webhook info will include the user ID of the related user. I need to set the created_by property the corresponding user. I imagine that the best way to do this would be to
- Add a “User ID” field to the form
- Set the field as the “created_by” property using the gform_after_submission hook.
If this is possible, can someone help me to set up the hook correctly? Thank you!!