Sorry if I'm missing something obvious/another tread on this topic, but I haven't been able to find anything related after digging for a while and banging my head against the wall on this. Is there a way to natively pass variables into an integrations relative path?
The goal is to have some user input field for that variable to pass through to the external endpoint, who's required format is along the lines of:
base_path / relative_path / {variable} / relative_path2
I'm looking to avoid as much custom code as possible, but any help/advice would be appreciated!
Discussion posts and replies are publicly visible
https://docs.appian.com/suite/help/24.4/Integration_Object.html#using-relative-path
That path is expressionable.
Thanks for the quick response, I'll chew on this along with Andrew's answer. Like I said above, my search skills have seemingly degraded over the last couple of years, and/or my eyesight is failing faster than I thought and I wasn't able to find this (and I probably should have been able to). Thanks!