Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
"Washington, DC" not handled correctly when searching for Jobs in Candidate Experience Skill
Content
When searching for jobs in the Candidate Experience Skill, "Washington, DC" is not handled correctly, and the user is prompted to enter a State.
However, when searching for "Washington DC" (without the comma) the city is correctly resolved.
This is caused by an issue in the underlying location services.
As a workaround, we can alter the Skill's Flow to specifically find instances of "Washington, DC" in the input string and remove the comma.
To do this we need to add three sections of code to the flow.
Firstly, declare a new variable to hold the modified input string, by adding the following to the "variables" section of the Flow:
Tagged:
3