I have this problems and i don't know how to handle it, please help meI have this DropdownSearch to select different project, and i also implement a function where the user input a URL that contains the ProjectId, the Dropdown will auto select that project too(The input parameters InProjectId is not mandatory). But now i wanted it so that when i select different project, the InProjectId on the URL will change accordingly to the project also. If someone have any ideas on how to do it, please help me, thank you.
Hi @john cop ,
Just a try from my side.
Create Server Action: Create UpdateProjectUrl server action with ProjectId input.
Navigate Action: In UpdateProjectUrl, use Navigate to update URL with InProjectId.
Set OnChange Event: Set Dropdown OnChange event to a client action.
Client Action Call: In client action, call UpdateProjectUrl with selected ProjectId.
Hello @Dinesh murugan I have finish it simply by putting a Destination on the end of the flow and put the InProjectId in. But anyway, thank you for your tip also-John-
kudos @john cop