fill code automatically

Options
CarlosRod
CarlosRod Member, ALL USERS, Partner Posts: 5 New Contributor

I would like to be able to add members to a list but have the code fill in automatically. is this possible?

Comments

  • Achal
    Achal Member, ALL USERS, GroupMember, Partner, Certified Model Builder Posts: 5 Occasional Contributor

    Hi Carlos, 

     

    Yes, it is possible in the Number list

     

    you need to create 2 line-items 1 is Boolean formatted and 2nd one is number or text formatted 

     

    - In Boolean formatted, you need to check how many members you have written

    Ex:- ISNOTBLANK(Line-Item name)

     

    Achal_0-1662536457708.png

     

    - In the number formatted Line item, you need to use the RANK function, (RANK function basically evaluates a set of values and assigns sequential rankings) 

    Ex:- IF Boolean THEN RANK(1, ASCENDING, SEQUENTIAL) ELSE 0

    Achal_1-1662536523423.png

     

    (I want to create in Text formatted that's why I use TEXT())

     

    Now, 

    you need to do mapping in your number list  with your module, to create an import button in Dashboard 

     

    Hope it will help!

    Thanks,
    Achal Jain