Hello all, I want to dynamically change a ‘user input’ before it being finalized
and established within the ‘API Action’ code.
For example, if making a FORM pickaxe.
It asks the user if they want a picture of an apple or orange.
If the user selects “Apple”; I want it to refer to a specific image URL “https://imagehost/apple.png” instead of the actual text “Apple” being parsed to the API.
Whats the best way to acheive this? Prompt? Python code? Prayer?
Ive tried multiple and various attempts of explaining it in the prompt with instructions like… if ‘fruit input’ = “apple” then replace with “apple URL”… but no success.
I hope this all made sense, Thanks!!