CSD 2.0: Order client software flow issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2023 03:04 PM
Hi Experts,
We are creating Software catalog items for the SCCM applications.
Order client software is an OOTB flow, when I open flow in flow designer I get the below error message
Action [34] (Create Record) references catalog variables that don’t exist or are inactive:
[ fd_data._2__get_catalog_variables.lease_end.toString fd_data._2__get_catalog_variables.lease_end.toString] From Get Catalog Variables in script
Try creating or activating the missing variables
Because of this, I am unable to make any changes in the flow. I also check catalog variable step in the flow, all variables are selected, please find attached a sreenshot.
Your help will be really appreciated to solve a problem.
Thanks,
NS

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2023 04:03 AM
Hello @NS16,
could it be that your Step in the Flow Designer where you retrieve the Catalog Variables "Get Catalog Variables" is not the second step of the flow anymore? At the point where you are trying to access the variable the step number is hard coded as 2: fd_data._2__get_catalog_variables.lease_end.toString. If another step was added before, and the "get Catalog Variables" action is now the third step of you flow, then the dot walking would not work anymore.
I hope this helped. If yes, I would appreciate if you could mark this answer as "correct solution" or give a thumbs up. Thank you!
Greetings,
Sören