Variable type from ritm script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2023 08:06 AM
I need to populate variable values to ritm description. I need to skip populating variables of type html. Is there a way to identify the variable type for an existing ritm ? Something like current.variables.variable_name.type?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2023 12:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2023 12:42 PM
I need to populate all variables for ritm to ritm description. If the ritm contains html variables, ignore it. Populate rest of the variables on ritm description
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2023 08:27 AM
This would be for a particular Catalog Item, So you should know the HTML Variable part of the catalog item and you can eliminate them using the name.
There is no direct way to find the type of the variable , you can query the table and fid it out but I would not recommend that.