I want to display a text from a condition:
I am explain my use, I want to display one of this text:
authorized
unauthorized
not recommended
I have an API call that return some categories, and I want to display the text “authorized” when the category is like “Chicken” for example, and display the text “unauthorized” when the category is like “Beef” do you have any clue for this use case?
you can also have a group that is hidden on the page (group A) and make the data type of group A “text” and give it some initial data source. then make the text dynamic and make it group A’s text. Then when the workflow happens you can “display data” in Group A and give it the text that you want to show