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
Now, while this works fine when editing pages that has the metadata, the PageId argument is empty when adding the metadata field the first time. And since the value is required, we end up in a chicken-and-egg situation where the field can never be added since it require the value to be set. Which we can't since the dropdown selector is empty because PageId is empty.
The text was updated successfully, but these errors were encountered:
Consider this TypeForm for a page metadata where we fill a dropdown based on the page the metadata instance is on
Now, while this works fine when editing pages that has the metadata, the PageId argument is empty when adding the metadata field the first time. And since the value is required, we end up in a chicken-and-egg situation where the field can never be added since it require the value to be set. Which we can't since the dropdown selector is empty because PageId is empty.
The text was updated successfully, but these errors were encountered: