Hi,
How can I modify one field of an entry in Gravity Form, knowing the entry ID please ?
Thanks a lot for your help !
Hi,
How can I modify one field of an entry in Gravity Form, knowing the entry ID please ?
Thanks a lot for your help !
You’ll probably need to use the Make API call since the Gravity Forms app doesn’t have an Update Entry module. Have a look at the docs.
Welcome to the Make community!
Make doesn’t have a module for this Gravity Form endpoint.
If the external service has a Developer API Reference/Documentation then you should be able to integrate the endpoints in Make using the generic HTTP “Make a request” module.
You can also suggest for it to be made in the Idea exchange.
From Gravity Forms: Update Entry:
The ability to auto-update entries based on submitted field values; Ability to update entries based on triggers; ability to update entries based on time delay; or to edit entries in any way at all.
Goal: Generate metadata from the entry edit so that I can use the metadata to pass values to salesforce or google sheets.
-----------------------------
API: REST API v2 Guide - Gravity Forms Documentation
Hi,
Thanks a lot both for your answer !!
@samliew the gravity forms app does have a Make API call module so it’s a bit easier to do than an http call which requires you authentication manually through the gravity forms api approach.
But everything else you said is bang on. Looks like there is an update entry api call which can be used.