Add urlEncode to rest services - Mendix Forum

Add urlEncode to rest services

1

there is a tool in the RestServices module in the App Store for url Encoding.  This functionality doesn't exist without the module.  Even though I'm using the Native rest services, i still have to add that module to encode the url.

asked
4 answers

It's documented here: https://docs.mendix.com/refguide/string-function-calls#a-name-urlencode-a-urlencode

If you google for "mendix url encode" you should be able to find it.

Created

Awesome!  just didn't know where to find it.

Created

Works fine for me in 7.11, both in Create Variable as in Create Object -> set attribute.

Created

@Mendix - I see that this idea was marked Implemented recently.  However, I can't seem to find info on how it was implemented.  I don't see a new microflow action.  I don't see any changes in the REST call Action.  I don't see an updated Community Commons module with a new Java action.  Can't find any mention of this in the documentation.  Can you point me in the right direction?

FYI, I am using 7.11

Created