Try to in crease "max_input_vars" by adding code into wp-config.php
@ini_set( 'max_input_vars' , 4000 );
But it does take effect.
Solution:
In my localhost, the MaxInputVars is 2500, you can check it with your server provider, check how to increase MaxInputVars settings to 4000 or above in your webserver.
Add toolset shortcode in gravity form text field as a default value
Solution:
It depends on gravity form plugin, Toolset Types/Views shortcodes are also using WP function add_shortcode() to register shortcodes, so if other shortcodes work in gravity form plugin, Toolset Types/Views shortcodes should be able too.