"Create Record" Flow Action fails to set value for life_cycle_stage and life_cycle_stage_statusDescriptionWhen using a Flow Action to create a record, it can be blocked by the `Validate Life cycle stage fields` business rule: `Error occured while inserting record: Operation against file 'cmdb_software_product_model' was aborted by Business Rule 'Validate Life cycle stage fields^ef3b566d473ff1d411eaf24c736d4322'. Business Rule Stack:Validate Life cycle stage fields`Steps to Reproduce 1. Configure a Flow Action to create a record in cmdb_ci or an extended table, which includes setting life_cycle_stage and life_cycle_stage_status. 2. Test the Flow, observe `Validate Life cycle stage fields` business rule blocks the action.WorkaroundUse a script action that returns the Label value of the Life Cycle Stage, for example: `return "Operational";` This problem is currently under review and targeted to be fixed in a future release. Subscribe to this Known Error article to receive notifications when more information will be available.Related Problem: PRB1735433