Hey everyone!
Within an Add Form, I’m trying to build something to have a “Search or Create” mechanic. For searching it works just fine and applies the filtering I need. For the creation part so far I was able to have it designed as a secondary Form within the main Form that whenever I submit the new data it goes back to the main form and the New Entry appears in the filter for the Dropdown field selector:
So far so good, but I wonder if there’s a way that I can populate the dropdown dynamically with the newly created data?