Пікірлер
@pragatisingh4332
@pragatisingh4332 4 сағат бұрын
Hi please upload a video regarding Web API and integration.
@lowcodebasics
@lowcodebasics 3 сағат бұрын
Please refer this API: kzbin.info/aero/PLQ22tllx2lWWlfTZMhmO7LsdYcbZIsSR7
@PranavaR-d6h
@PranavaR-d6h 20 сағат бұрын
Can I add record action in the portal beside the logo or display name like in header of the portal instead of inside interface ?
@romaverma1282
@romaverma1282 2 күн бұрын
Hi, Can you make a video for syncing the data from database to records in batches
@lowcodebasics
@lowcodebasics Күн бұрын
Hi, could you pls check kzbin.info/www/bejne/g6mUmJWem96ehc0 at around 4:00, we are syncing data from the DB using sync records smart records. Is your doubt related to that else, the other way is to use sync options in records itself
@romaverma1282
@romaverma1282 Күн бұрын
@ you are great vikas :) .Thank you so much for the help
@aylaka1634
@aylaka1634 3 күн бұрын
Thanks for this video 🙏🏻Could you Please put a video for scenario based questions it would be very helpful
@lowcodebasics
@lowcodebasics 2 күн бұрын
Please refer this. It many questions for Interview Preparation kzbin.info/aero/PLQ22tllx2lWVjwdHeaGUaCWNz_xVEiGVf
@aylaka1634
@aylaka1634 2 күн бұрын
@@lowcodebasics Thank You
@gayatrimewara391
@gayatrimewara391 3 күн бұрын
Hello sir, Can I do all the practices which is on your channel as a basic user on appian community addition as I don't have admin console access now.
@lowcodebasics
@lowcodebasics 3 күн бұрын
Yes
@Thanikantikavitha
@Thanikantikavitha 4 күн бұрын
How to show this submitted data in read only grid to take any action
@GubbalaAndroid
@GubbalaAndroid 10 күн бұрын
Thank you Vikash, how Can we achieve the same thing when we have multiple files rather than single file. Can you please suggest me here
@balajib181
@balajib181 11 күн бұрын
Kadavule ajithey💥
@vishwassingh9398
@vishwassingh9398 11 күн бұрын
Ryt...
@Saharsh_k
@Saharsh_k 11 күн бұрын
HI sir, Could you Please make a video on How to connect to SQL Server from Appian? Thanks in advance...
@beerakadurgarao4975
@beerakadurgarao4975 14 күн бұрын
I am not getting cdt and data store objects in latest version how to create cdt in latest version
@lowcodebasics
@lowcodebasics 11 күн бұрын
CDT and data store objects are no longer available in the latest version. Use record instead
@aninditasarkar1440
@aninditasarkar1440 15 күн бұрын
Please add a video of how to sort an editable grid.
@PranavaR-d6h
@PranavaR-d6h 16 күн бұрын
Can I update the existing data similary for recordtype using cast function ?
@lowcodebasics
@lowcodebasics 16 күн бұрын
Yes
@viratSharma-yb8rb
@viratSharma-yb8rb 18 күн бұрын
Hi, Can we achieve this without creating process model and using a!writetodatastoreentity in interface itself? Is there any advantage for writing in record instead of table?
@lowcodebasics
@lowcodebasics 18 күн бұрын
Hi, write to record also write data to table only and Appian is following record centric approach now. We can certainly do using without process model. Use a!writerecords (preferred) or writetodatastoreentity
@DDS0022
@DDS0022 25 күн бұрын
This dse plug-in has one limitations 1 only 50 field also if business passing more than 3000 ids in filters then getting Err accessing dse pls contact admin When i check log then it shows to many request ids Any solution for Handling more than 50 fields and for multiple request id
@DDS0022
@DDS0022 25 күн бұрын
Sorry commenting here as i did not get any response from dse export video
@lowcodebasics
@lowcodebasics 24 күн бұрын
1. In order to export more than 50 columns export sql to excel plugin can be used. It is deprecated but still works. 2. Please describe more about multiple Ids, where are you passing multiple ids in the smart service
@DDS0022
@DDS0022 24 күн бұрын
@@lowcodebasics yes due to deprecation of plug-in, management decided to move into dse to excel and now this is one challenge 2 in Dse plug-in, where request ids are parameterise and used in Filters a!queryFilter(field, operator: in, Value pv!requestId )
@vikashkumar-jr8lh
@vikashkumar-jr8lh 24 күн бұрын
​@@DDS0022 Have you tried with lesser Ids, it would have breached the limit. For exporting more than 50 columns. Try to check on community once. There aren't any solution from Appian but some have tried some custom solutions, you can check that out
@romaverma1282
@romaverma1282 26 күн бұрын
HI ,I want to ask that how can we make interface dynamic for example if i want to show the stock market price ,So how can i refresh the value ,whenever value change.
@lowcodebasics
@lowcodebasics 25 күн бұрын
Hi Roma, it would be difficult to show refreshing values in Appian as mimimun refresh duration in Appian is 30 seconds.
@romaverma1282
@romaverma1282 25 күн бұрын
@ so do we need to add timer in that case?
@lowcodebasics
@lowcodebasics 25 күн бұрын
In the local variables, there is refresh after parameter, that needs to be provided
@romaverma1282
@romaverma1282 25 күн бұрын
@@lowcodebasics okay i will try that.Thank you for suggestion.
@1venkytesan
@1venkytesan 26 күн бұрын
Should we need a cdt datastore and entity created to use this smart service , we are using record centric approach, will use the table will load the data ?
@lowcodebasics
@lowcodebasics 25 күн бұрын
In order to use this smart service, cdt would be required. Even if you're on a complete record centric approach, you can request to go for cdt as an exception
@vamshi_krishna8194
@vamshi_krishna8194 27 күн бұрын
i'm a fresher i have no experience is it good to start learning appian.
@DDS0022
@DDS0022 27 күн бұрын
This dse plug-in has one limitations 1 only 50 field also if business passing more than 3000 ids in filters then getting Err unable to access dse pls contact admin When i check log then it shows to many request ids Any solution for Handling more than 50 fields and for multiple request id
@HrushikeshLokhande-d8d
@HrushikeshLokhande-d8d Ай бұрын
In the application you have created a constant called Review Status but in the video I am not able to see you creating one. Can you explain that please..
@k.o.1866
@k.o.1866 Ай бұрын
New Appian doesn't have this Admin Console.
@lowcodebasics
@lowcodebasics Ай бұрын
This feature has been removed from community environment
@sethdanielarellanocastilo5256
@sethdanielarellanocastilo5256 Ай бұрын
Thank you so much Vikash! Greetings from Mexico
@aithaanish7828
@aithaanish7828 Ай бұрын
Hi sir, can you please make a video on process hq also.
@SudhakerD
@SudhakerD Ай бұрын
Also make one video on how the CSV file will upload and update the data in the table.
@SudhakerD
@SudhakerD Ай бұрын
I have a date column in db and I need export that and I need to change that date format 20-02-2024T20:22:05.783 to 20/02/2024 20:22 how to achieve this?
@SudhakerD
@SudhakerD Ай бұрын
I need a change in export data store entity to Excel smart service not in the grid.
@lowcodebasics
@lowcodebasics Ай бұрын
When exporting the data from Appian, is the date coming with T
@SudhakerD
@SudhakerD Ай бұрын
@lowcodebasics yes. And data type text. When I am an export data store entity to excel. Is there any way to change the data format in excel and update that excel column.
@arungvsn29
@arungvsn29 2 ай бұрын
This feature limits to 50 columns how to achieve if it is for more than 50 columns with in same excel sheet. I had tried this by doing different selection but still doesn’t works
@lowcodebasics
@lowcodebasics 2 ай бұрын
Playlit for the Quiz Application - kzbin.info/aero/PLQ22tllx2lWUnwmPYBaIeFHoOpuup3RUI
@ranjith_rk9881
@ranjith_rk9881 2 ай бұрын
Hi Sir 1. Could you explain POC for connecting 2 interfaces and show user input data from one interface to another interface but not in summary view. 2. Example we have one service centre we are filling customer details and vehicle details and in next interface we are creating job card in 2nd interface we are showing customer and vehicle details and below we have add parts amount like that
@Piyush-w5x
@Piyush-w5x 2 ай бұрын
Can we add multiple choice questions if not then add this feature sir Thank you sir for creating this poc