cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamica URL

nithinkrishna
Explorer
0 Kudos

HI,

is it possible to prepare dynamic URL and and send in converasional AI API request?

Regards

nithin

Accepted Solutions (1)

Accepted Solutions (1)

former_member667434
Active Participant
0 Kudos

Hi Nithin,

Do you mean to say the URL parameter should change based on user input? - If yes you can read User Input and pass it in URL.

A part of URL can be dynamic, but not the whole url. You can keep on changing URL based on user input and conditions.

{{nlp.source}} - Can store user input. Below screenshot may help

Answers (1)

Answers (1)

JonasB
Contributor
0 Kudos

Hi Nithin,

you can use variables and even simple if-else conditions in the URL using scripting:
https://help.sap.com/viewer/a4522a393d2b4643812b7caadfe90c18/latest/en-US/b4f08a9a66434327a405b69348...

You can find the full list of available variables here:
https://help.sap.com/viewer/a4522a393d2b4643812b7caadfe90c18/latest/en-US/3a3b6e09e96249b884dcf6e69e...

Regards
Jonas