The Orphan Collector: A Heroic Novel of Survival During the 1918 Influenza Pandemic https://www.amazon.com/dp/1496715861/ref=cm_sw_r_cp_api_glt_fabc_YXJ2TJYZ14F5T705NC3T
For some reason, Amazon adds descriptive text before the URL when I copy/post from their website on my phone. I need to strip out everything before the https. What’s the best way to do that in Glide?
I would probably create a split column to split on ‘://’. Then create a single value column to get the second array item from the split array. The create a template column to join ‘https://’ and the single value, which should be the rest of the url. This should work if there is or isn’t extra text concatenated to the beginning of the link.
One thing to note is that both solutions would fail if you had extra text after the URL. Should be possible to craft a regex to deal with that, but my regex-fu is a bit rusty.
Update: (https:[^\s]+) seems to work when there is trailing text. It just stops capturing when it hits the first whitespace character.
The function error is caused by some empty row in your Test column, this happens using any plugin or EC.
The plugin runs fine when it finds all valid values (rows) belonging to column set as parameter. I think it is not an error at all, looks like a warning