Take user input in an Array depending on the size of an array

I would like to ask user to enter numbers. Example ask user “To enter size of an array” and then ask user to enter the numbers. If the user enter 5 as the size of an array then i would like to accept 5 number from the user.

Welcome to community @Othman_Ahmed.

I would recommend you to use List rather than Array and use Add To Collection activity to add values. Let me know if it’s not feasible in your case.

Cheers