You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We are developing a new MicroApp in Graphene, and the MicroApp is using comboxes (smallcombo) to list all of the users that is returned as response from an API. Since loading all of the users at the same time will cause problems, we need to use the combobox as a custom user search field. Since the needed API is not a public API, and it is enforcing using API credentials, the combobox cannot make requests to the API mentioned.
Describe the solution you'd like
We need combobox type fields of Graphene to have a "Search" attribute editable (and visible for an easier developer use) in its Display or Options section in the form builder, and we also need them to have the ability to use resources of a microapp/ workflow so we can make secure API requests (GET request?).
Additional context
If additional information is needed, please contact to @alikemaltanriverdi
The text was updated successfully, but these errors were encountered:
@Cloverstone not sure if I am using the "Search Target" attribute of the user type field correctly, but I do not think that it is finding the users as expected.
When I just use the name of the resource, it cannot find the data in the resources.
When I just put a public github link in there, it kind of finds the data, but cannot show it properly.
And also, search target doesn't show the existing resources, so I am not exactly sure what is intended to be put in "Search Target" attribute in order to utilize it.
Is your feature request related to a problem? Please describe.
We are developing a new MicroApp in Graphene, and the MicroApp is using comboxes (smallcombo) to list all of the users that is returned as response from an API. Since loading all of the users at the same time will cause problems, we need to use the combobox as a custom user search field. Since the needed API is not a public API, and it is enforcing using API credentials, the combobox cannot make requests to the API mentioned.
Describe the solution you'd like
We need combobox type fields of Graphene to have a "Search" attribute editable (and visible for an easier developer use) in its Display or Options section in the form builder, and we also need them to have the ability to use resources of a microapp/ workflow so we can make secure API requests (GET request?).
Additional context
If additional information is needed, please contact to @alikemaltanriverdi
The text was updated successfully, but these errors were encountered: