Hello everyone, I’m building a form with a base workflow to reproduce a costumized “request for others” section as you can see:
The point is that I want to show the access profile choosen description in the text below (the technical name of the selected access profile is selectedAccessProfile). Using the inline variable shown in the picture doesn’t work, also it doesn’t work the inline variable $.selectedAccessProfile. Anyone who is experienced with inline variables inside forms can show me the way for using inline variables?
Hi @s_tartaglione
Inline variables in forms can be used only at 2 places : Labels , Search Query Filters
The following is the Form in which
- A source is selected in first field and based on the source name , the second label will be framed
- In the select field , list of entitlements show up , based on search query and filter applied .
Feel free to modify the object according to your use case .
Please find the Form JSON Body 
Form - Using Search Inline Variables.json (3.0 KB)
Thank you !
So i can’t use inline variable inside text fields?
Yes , you are right . We can only use them in labels