I’ve added a text input field to the custom list. However, when I go add an action to the Save button, it won’t recognize the text input field within the list.
I’m pretty sure I can’t use the standard Form component for this. Maybe a custom action?
Any and all help is appreciated! let me know if you need more info from me / I wasn’t clear enough.
Any update action will only have fields that Adalo recognises from when you set up the external collection.
You can use a custom action like you say, or you can use conditional logic inside your update endpoint to make the update action behave entitely differently.
My response in this thread uses the idea of custom behaviour for Update endpoint and might give you some ideas: