Hello,
I have created a form for weekly progress status, and all project leader ask me to add if I can pre-populated this form with there previous input, in order to be able to update it more quickly.
I find previous discussion
https://community.smartsheet.com/discussion/73355/pre-populate-forms#latest
https://community.smartsheet.com/discussion/73388/pre-populate-a-form#latest
https://community.smartsheet.com/discussion/55241/pre-populate-a-form#latest.
So I try to use URL Query feature, but I have an issue.
Context : In my grid I have a column “Tests”, and for the subject name “ Subject Véro Test 1” : I have this entry in “Tests” column : URL prepopulated.
I would like to have in my form this text.
I add formula at the end of form url :
https://app.smartsheet.com/b/form/fe6f37be72d547d3b7c00a800a8cc06b?Tests=+SUBSTITUTE([Tests]@row,””,”20%”)
But in the form on field “Tests” I have: SUBSTITUTE([Tests]@row,””,” ”)
In this discussion https://community.smartsheet.com/discussion/55241/pre-populate-a-form#latest, I see other users who have same issue, but I do not find how they have solved this? (I already try to add Space, quotes, suppress quotes….nothing work, I go mad !
Could you help me?