How to use only URL parameters.(Power Automate Cloud flows)

Japanese version. The reverse of “How to remove URL parameters.” Steps Since the URL parameter begins with “?” and therefore use that rule. Prepare the URL to be converted in the variable. Next, retrieve the position of the “?” position. Use the indexOf function. indexOf(variables(‘url’),’?’) Next, prepare a variable to store the converted URL. Then, initialize the URL for parameter deletion. Next, “Condition” set up. Parameter Value Left Starting position of the URL parameter. Center is greater than or equal to Right 0 No parameter is set for “If no”. If there is no URL parameter, the start position is set to -1, and the “If no” case is entered. … Continue reading How to use only URL parameters.(Power Automate Cloud flows)