Hi community!
I have a hard time wrapping my head around the difference between the function “Update Collection” from WeWeb versus editing my Xano database with a Patch endpoint…
For example, to edit one of my database in Xano, I could use either:
- A “Get” collection to get my database from Xano (dynamic) and then have a workflow with an Update Collection function on this “get” Collection
- A workflow with a custom Xano Request to my Patch endpoint for the same database
My questions are:
- Is this correct? Would I apply the Update Collection to my Get endpoint collection?! That seems strange… Should this collection be cached to be updated within WeWeb?
- What would be the difference between the two scenarios? When would you use one versus the other?
Thanks for the help!