#2 - Details of each resume. Source is dynamic. Users modify it with a custom form builder (without the submit button). For now, I use this setup, but I don’t know how to modify one value of the object. Here’s how I try it:
But, now if I only do this, I don’t send the info to Xano, so my “preview” on the right is not up to date. So I need to send data with the POST api, but I have a bug where the endpoint disappear.
#3 - I show the data from Xano. I’m ok with that.
Also, one feature is to be able to share the resume with a public link. Authentication should be OFF. Do I duplicate my other database?
I think I should create a collection page with a static source. But, how do I choose one specific resume for one specific user if I can’t use dynamic filter (i.e get resumeID for the userID).
@noncodeur Are you displaying the job_title in a collection? If so, then, it will be item.data['job_title'].
If you are displaying it outside of a collection, it will be _experiences_professionnelles_of_cv[0].job_title
_experiences_professionnelles_of_cv.Job_title did not work becuase _experiences_professionnelles_of_cv is an array, so you need to indicate what index you want the job_title from.