Hi,
I’m encountering a persisting issue in one of my scenarios.
I’m trying to build a new URL from another one taken from a field in a Notion database.
Eventually, the end of my scenario aims at injecting the newly built URL in another property of the same database item (URL sub-property of the “file” property).
However, Make keeps throwing me the same error even though the newly formed URL appears to be valid in a browser :
- Invalid URL in parameter ‘url’.
I attempted to bypass a potential issue from the output of the “text aggregator” by adding another module “compose a string” that only takes the output of the previous module and makes a new (identical) string out of it.
Anyone to help me understand/fix this issue ?
Thanks!