Thanks for the forecast! I need some advice: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How should I go about transferring them to Binance?
@@SnowExpertRohit Hi, how that works, for example i have this piece of codes in the client script and ui policies. $$('.changed').each(function(field) , var items = $$('BUTTON').each(function(item){ if(item.innerHTML.indexOf('ui_action') > -1){ item.show(); } });
Thank so much for the video. Can I add existing global List action ( ex .. Export) to my workspace if yes can you please tell us the steps?
@@sravanik9009 you can do that.. Under action configuration alredy a tab present called global list action
Thanks for the forecast! I need some advice: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How should I go about transferring them to Binance?
Sorry !
how we can achieve if the UI action or client script has DOM manipulations, we know workspace doesn't support DOM manipulations
depending on what you are looking for, you can go for declarative action and try to do alternate approach
@@SnowExpertRohit Hi, how that works, for example i have this piece of codes in the client script and ui policies.
$$('.changed').each(function(field) ,
var items = $$('BUTTON').each(function(item){
if(item.innerHTML.indexOf('ui_action') > -1){
item.show();
}
});