I’m trying to redirect visitors from a particular country to a URL of my website. I have followed many Cloudflare Docs and suggestions and even used different templates, but the redirect is not working. Here is the screenshot of my configuration: Screenshot by Lightshot
Change Hostname equals to URL full equals (or starts with if expecting more path after /home) - see the e.g. under the value for the format expected for the field you have selected.
If there is no further path after /home, then the redirect type should be static and the URL just https://library.example.com/home/usa otherwise the dynamic thing you have set is going to append the path.
If there is stuff after /home, post back as that will need different handling again.