Skip to main content
Keith Fitzmaurice (Torque) 님이 #Flow에 질문했습니다

Hi I have a custom Object called Subscription__c this object has a field with a quantity_c number field 

 

What I need to happen is if  the number field = 200 Then 200 coin records are created with two fields populated coin wallet ID & coin quality 

 

Thanks for any help you can give 

 

@Lightning Flow Discussions 

답변 2개
  1. 2023년 12월 7일 오후 5:33
    Watch your data volumes for how you plan to scale this; each record in a custom object is 2Kb, so 500,000 rows will consume 1 GB of your storage allocation.
0/9000