Can we use now-sdk transform to correctly pull the required metadata for a flow created by UI ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2026 03:55 AM
Hi Team,
Can we use the now-sdk transform to correctly pull the required metadata for a flow created by UI Flow designer?
We tried to create one flow in one of the instances and pull the required metadata into our codebase for that flow using transform, after that we tried to re-deploy that branch into another instance, but we cannot see that flow there. Maybe because when we pulled the metadata as well, sys_hub_flow records for that Flow is not available in repo, but there exists a record for sys_hub_flow_snapshot. Also it did not pull metadata for the sys_user_group after running transform, we had to add it manually into the code.
Also one more major point:
even if we redeployed in my same instance where we created the flow then also it is getting corrupted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
We are having the same issues it looks like the transform mechanism cant handle flows or even legacy workflow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
actually, I used sdk version 4.4.0 and it worked for me, did you try that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
yup we tried 4.4 and still no luck.
