I have a profile page when a user creates/updates fields and then the workflow updates a thing “user”. This all works fine.
I have however created a new profile page to replace the old one, but despite me having replicated all the steps of the old page, it doesn’t update the profile details when I click save and launch the workflow. It still works on the old profile page though. Am I missing something?
What is not working is that the save button workflow is set up to
Make changes to the user (each field is set to change according to the input fields on the profile form). Each profile field has its initial content to show current user’s “field”.
Refresh the page.
However the page doesn’t refresh and when I refresh it manually, it hasn’t saved the changes to the user’s profile.
I figured out the issue. I unchecked the “This input should not be empty” on one of the fields (CV file upload), and this made the save button work properly. Now I just need to figure out why that is