diff --git a/datapress/addons/gravity-forms.md b/datapress/addons/gravity-forms.md index 8bc4db5..8cf99d3 100644 --- a/datapress/addons/gravity-forms.md +++ b/datapress/addons/gravity-forms.md @@ -171,6 +171,7 @@ To select a view, you need to click the `Add Fields` tab and choose `Dataverse L
+ If you select the dropdown, you must also select the table and view to lookup. The dialog view does not require any additional settings.
@@ -187,6 +188,18 @@ To set a default value for a Dataverse Lookup field, use the following format:
+To filter the available options in a dropdown lookup, you can apply a FetchXML query: + +```twig + + + +``` + +
+ +
+ For a **Dialog** Lookup, the format includes the entity name: ```php diff --git a/static/images/gf-fetch.png b/static/images/gf-fetch.png new file mode 100644 index 0000000..03ecaba Binary files /dev/null and b/static/images/gf-fetch.png differ